Sha256: d98425b03395b1731fe4331cc17ea2eac245fafa9b44ee599592faf83c89f08a
Contents?: true
Size: 521 Bytes
Versions: 4
Compression:
Stored size: 521 Bytes
Contents
module TD::Types # Incoming messages were read or number of unread messages has been changed. # # @attr chat_id [Integer] Chat identifier. # @attr last_read_inbox_message_id [Integer] Identifier of the last read incoming message. # @attr unread_count [Integer] The number of unread messages left in the chat. class Update::ChatReadInbox < Update attribute :chat_id, TD::Types::Integer attribute :last_read_inbox_message_id, TD::Types::Integer attribute :unread_count, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems