Constructor: popularContact
Popular contact
Attributes:
Name | Type | Required | Description |
---|---|---|---|
client_id | long | Yes | Contact identifier |
importers | int | Yes | How many people imported this contact |
Type: PopularContact
Example:
$popularContact = ['_' => 'popularContact', 'client_id' => long, 'importers' => int];