Sha256: 23aec168a31c6a505ab6eb3d97bd64e741770735d884953d9ec9a57ddb4f93c2

Contents?: true

Size: 500 Bytes

Versions: 2

Compression:

Stored size: 500 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::Coercible::Integer
    attribute :position, TD::Types::ChatPosition
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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