public static class TdApi.ImportContacts extends TdApi.Function<TdApi.ImportedContacts>
Returns ImportedContacts
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Contact[] |
contacts
The list of contacts to import or edit; contacts' vCard are ignored and are not imported.
|
| Constructor and Description |
|---|
ImportContacts()
Default constructor for a function, which adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.
|
ImportContacts(TdApi.Contact[] contacts)
Creates a function, which adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Contact[] contacts
public static final int CONSTRUCTOR
public ImportContacts()
Returns ImportedContacts
public ImportContacts(TdApi.Contact[] contacts)
Returns ImportedContacts
contacts - The list of contacts to import or edit; contacts' vCard are ignored and are not imported.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object