Link Search Menu Expand Document

Constructor: inputPhoneContact

Back to constructors index

Phone contact.

Attributes:

NameTypeRequiredDescription
client_idlongYesAn arbitrary 64-bit integer: it should be set, for example, to an incremental number when using contacts.importContacts, in order to retry importing only the contacts that weren’t imported successfully, according to the client_ids returned in contacts.importedContacts.retry_contacts.
phonestringYesPhone number
first_namestringYesContact’s first name
last_namestringYesContact’s last name

Type: InputContact

Example:

$inputPhoneContact = ['_' => 'inputPhoneContact', 'client_id' => long, 'phone' => 'string', 'first_name' => 'string', 'last_name' => 'string'];