- Enclosing class:
- TdApi
Adds new contacts or edits existing
contacts by their phone numbers;
contacts' user identifiers are ignored.
Returns
ImportedContacts
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The list of contacts to import or edit; contacts' vCard are ignored and are not imported. -
Constructor Summary
ConstructorDescriptionAdds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.ImportContacts
(TdApi.Contact[] contacts) Adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.ImportContacts
(DataInput input) Adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
contacts
The list of contacts to import or edit; contacts' vCard are ignored and are not imported. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ImportContacts
public ImportContacts()Adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored. ReturnsImportedContacts
-
ImportContacts
Adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored. ReturnsImportedContacts
- Parameters:
contacts
- Contact[] The list of contacts to import or edit; contacts' vCard are ignored and are not imported.
-
ImportContacts
Adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored. ReturnsImportedContacts
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-