Constructor: importedContact
Successfully imported contact.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | User identifier |
client_id | long | Yes | The contact’s client identifier (passed to one of the InputContact constructors) |
Type: ImportedContact
Example:
$importedContact = ['_' => 'importedContact', 'user_id' => long, 'client_id' => long];