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

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/update/chat_read_outbox.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/update/chat_read_outbox.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/chat_read_outbox.rb