mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:07:50 +01:00
554 B
554 B
Constructor: contacts_importedContacts
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 = ['imported' => [ImportedContact], 'retry_contacts' => [long], 'users' => [User], ];