Sha256: 2ae5a09b7dade9db5e3c461d69fd6d13058593c447829cdb269d070094bd85da

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 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::Coercible::Integer
    attribute :chat_ids, TD::Types::Array.of(TD::Types::Coercible::Integer)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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