Link Search Menu Expand Document

Constructor: contacts.importedContacts

Back to constructors index

Info on successfully imported contacts.

Attributes:

NameTypeRequiredDescription
importedArray of ImportedContactYesList of successfully imported contacts
popular_invitesArray of PopularContactYesPopular contacts
retry_contactsArray of longYesList of contact ids that could not be imported due to system limitation and will need to be imported at a later date.
usersArray of UserYesList of users

Type: contacts.ImportedContacts

Example:

$contacts_importedContacts = ['_' => 'contacts.importedContacts', 'imported' => [ImportedContact, ImportedContact], 'popular_invites' => [PopularContact, PopularContact], 'retry_contacts' => [long, long], 'users' => [User, User]];