Sha256: 680ae5b7de0db2b677be619ea6e136eb6f024e6804f9335160988633715e791b

Contents?: true

Size: 489 Bytes

Versions: 1

Compression:

Stored size: 489 Bytes

Contents

module TD::Types
  # The position of a chat in a chat list has changed.
  # Instead of this update updateChatLastMessage or updateChatDraftMessage might be sent.
  #
  # @attr chat_id [Integer] Chat identifier.
  # @attr position [TD::Types::ChatPosition] New chat position.
  #   If new order is 0, then the chat needs to be removed from the list.
  class Update::ChatPosition < Update
    attribute :chat_id, TD::Types::Integer
    attribute :position, TD::Types::ChatPosition
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/chat_position.rb