Sha256: aca0515d65cd94fee234c16609bf09111a4b28ef20f4eb0a5c50abe28ae51fdc

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

module TD::Types
  # The order of the chat in the chat list has changed.
  # Instead of this update updateChatLastMessage, updateChatIsPinned or updateChatDraftMessage might be sent.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr order [Integer] New value of the order.
  class Update::ChatOrder < Update
    attribute :chat_id, TD::Types::Integer
    attribute :order, TD::Types::Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.1.0 lib/tdlib/types/update/chat_order.rb