Sha256: 1b696291429796d4105390bbe5150f5fbd58456525142bb0906c233a52e8ad28
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 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::Coercible::Integer attribute :last_read_outbox_message_id, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems