Sha256: 749bd97c9e9b1d84b21b7415c7a16e3fb77ce7b98162ebf99b4cdebc9dfedf20
Contents?: true
Size: 332 Bytes
Versions: 4
Compression:
Stored size: 332 Bytes
Contents
module TD::Types # Represents a list of users. # # @attr total_count [Integer] Approximate total count of users found. # @attr user_ids [Array<Integer>] A list of user identifiers. class Users < Base attribute :total_count, TD::Types::Integer attribute :user_ids, TD::Types::Array.of(TD::Types::Integer) end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/users.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/users.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/users.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/users.rb |