public static class TdApi.ImportedContacts extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int[] |
importerCount
The number of users that imported the corresponding contact; 0 for already registered users or if unavailable.
|
long[] |
userIds
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.
|
| Constructor and Description |
|---|
ImportedContacts()
Represents the result of an importContacts request.
|
ImportedContacts(long[] userIds,
int[] importerCount)
Represents the result of an importContacts request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] userIds
public int[] importerCount
public static final int CONSTRUCTOR
public ImportedContacts()
public ImportedContacts(long[] userIds,
int[] importerCount)
userIds - 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.importerCount - The number of users that imported the corresponding contact; 0 for already registered users or if unavailable.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object