public static class TdApi.ImportContacts 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 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() |
toString
public 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()
getConstructor
in class TdApi.Function