public static class TdApi.ChangeImportedContacts extends TdApi.Function
Returns ImportedContacts
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function