Sha256: a6f3778f13728054ea2a02a383b2d690806a9fa63019270f755499541d90cadd
Contents?: true
Size: 345 Bytes
Versions: 4
Compression:
Stored size: 345 Bytes
Contents
module TD::Types # Outgoing messages were read. # # @attr chat_id [Integer] Chat identifier. # @attr last_read_outbox_message_id [Integer] Identifier of last read outgoing message. class Update::ChatReadOutbox < Update attribute :chat_id, TD::Types::Integer attribute :last_read_outbox_message_id, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems