Class: TD::Types::Users
- Defined in:
- lib/tdlib/types/users.rb
Overview
Represents a list of users.
Instance Attribute Summary collapse
-
#total_count ⇒ Integer
Approximate total count of users found.
-
#user_ids ⇒ Array<Integer>
A list of user identifiers.
Method Summary
Methods inherited from Base
Instance Attribute Details
#total_count ⇒ Integer
Approximate total count of users found.
6 7 8 |
# File 'lib/tdlib/types/users.rb', line 6 def total_count @total_count end |
#user_ids ⇒ Array<Integer>
A list of user identifiers.
6 7 8 |
# File 'lib/tdlib/types/users.rb', line 6 def user_ids @user_ids end |