Sha256: 8382bf402643840ccd84c75cdb9a86625df73121a8e8cc5acfacbfa4cbd3a430
Contents?: true
Size: 367 Bytes
Versions: 4
Compression:
Stored size: 367 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::Integer attribute :unread_mention_count, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems