Sha256: 25bd237fc0f1209621332af601591d2ff0f76f9fc674bb4d2855c20f53d7efa7
Contents?: true
Size: 389 Bytes
Versions: 3
Compression:
Stored size: 389 Bytes
Contents
module TD::Types # The chat unread_mention_count has changed. # # @attr chat_id [Integer] Chat identifier. # @attr unread_mention_count [Integer] The number of unread mention messages left in the chat. class Update::ChatUnreadMentionCount < Update attribute :chat_id, TD::Types::Coercible::Integer attribute :unread_mention_count, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems