Class: TD::Types::ImportedContacts
- Defined in:
- lib/tdlib/types/imported_contacts.rb
Overview
Represents the result of an ImportContacts request.
Instance Attribute Summary collapse
-
#importer_count ⇒ Array<Integer>
The number of users that imported the corresponding contact; 0 for already registered users or if unavailable.
-
#user_ids ⇒ Array<Integer>
User identifiers of the imported contacts in the same order as they were specified in the request; 0 if the contact is not yet a registered user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#importer_count ⇒ Array<Integer>
The number of users that imported the corresponding contact; 0 for already registered users or if unavailable.
8 9 10 |
# File 'lib/tdlib/types/imported_contacts.rb', line 8 def importer_count @importer_count end |
#user_ids ⇒ Array<Integer>
User identifiers of the imported contacts in the same order as they were specified in the request; 0 if the contact is not yet a registered user.
8 9 10 |
# File 'lib/tdlib/types/imported_contacts.rb', line 8 def user_ids @user_ids end |