Sha256: 4288a59f3d6f3d4c3f29b4df7117923f38e3d726ecb58ac02100a724aa2d9594

Contents?: true

Size: 412 Bytes

Versions: 1

Compression:

Stored size: 412 Bytes

Contents

module TD::Types
  # The order of the chat in the chats 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.0.0 lib/tdlib/types/update/chat_order.rb