Class: TD::Types::FoundUsers
- Defined in:
- lib/tdlib/types/found_users.rb
Overview
Represents a list of found users.
Instance Attribute Summary collapse
-
#next_offset ⇒ TD::Types::String
The offset for the next request.
-
#user_ids ⇒ Array<Integer>
Identifiers of the found users.
Method Summary
Methods inherited from Base
Instance Attribute Details
#next_offset ⇒ TD::Types::String
The offset for the next request. If empty, then there are no more results.
7 8 9 |
# File 'lib/tdlib/types/found_users.rb', line 7 def next_offset @next_offset end |
#user_ids ⇒ Array<Integer>
Identifiers of the found users.
7 8 9 |
# File 'lib/tdlib/types/found_users.rb', line 7 def user_ids @user_ids end |