public static class TdApi.ChangeImportedContacts 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 new list of contacts, contact's vCard are ignored and are not imported.
|
| Constructor and Description |
|---|
ChangeImportedContacts()
Default constructor for a function, which changes imported contacts using the list of contacts saved on the device.
|
ChangeImportedContacts(TdApi.Contact[] contacts)
Creates a function, which changes imported contacts using the list of contacts saved on the device.
|
| 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 ChangeImportedContacts()
Returns ImportedContacts
public ChangeImportedContacts(TdApi.Contact[] contacts)
Returns ImportedContacts
contacts - The new list of contacts, contact's vCard are ignored and are not imported.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object