Sha256: 37655ecddf4ab575b2bc3cfc5cfbe05c74f043617c0373004acb3105becbd8d3
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ReactionCount < Base attribute :type, ReactionType attribute :total_count, Types::Integer end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/reaction_count.rb |
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/reaction_count.rb |