Link Search Menu Expand Document

Constructor: importedContact

Back to constructors index

Successfully imported contact.

Attributes:

NameTypeRequiredDescription
user_idlongYesUser identifier
client_idlongYesThe contact’s client identifier (passed to one of the InputContact constructors)

Type: ImportedContact

Example:

$importedContact = ['_' => 'importedContact', 'user_id' => long, 'client_id' => long];