Sha256: 5d1e737a38bd5271150c72861505ccd84c0d2420ec24213b821c06aff2762a17

Contents?: true

Size: 330 Bytes

Versions: 1

Compression:

Stored size: 330 Bytes

Contents

module TD::Types
  # Represents a list of chats.
  #
  # @attr total_count [Integer] Approximate total count of chats found.
  # @attr chat_ids [Array<Integer>] List of chat identifiers.
  class Chats < Base
    attribute :total_count, TD::Types::Integer
    attribute :chat_ids, TD::Types::Array.of(TD::Types::Integer)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/chats.rb