MadelineProto/docs/API_docs/constructors/contacts_importedContacts.md
2016-12-20 13:15:22 +01:00

672 B

title
contacts_importedContacts

Constructor: contacts_importedContacts

Back to constructors index

Attributes:

Name Type Required
imported Array of ImportedContact Required
retry_contacts Array of long Required
users Array of User Required

Type: contacts_ImportedContacts

Example:

$contacts_importedContacts = ['_' => contacts_importedContacts', 'imported' => [Vector t], 'retry_contacts' => [Vector t], 'users' => [Vector t], ];