MadelineProto/docs/API_docs/constructors/contacts_contacts.md

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], ];