mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
407 B
407 B
Constructor: contacts_contacts
Attributes:
Name | Type | Required |
---|---|---|
contacts | Array of Contact | Required |
users | Array of User | Required |
Type: contacts_Contacts
Example:
$contacts_contacts = ['contacts' => [Contact], 'users' => [User], ];