1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:27:48 +01:00
MadelineProto/docs/API_docs/constructors/contacts_contacts.md

572 B

title description
contacts_contacts contacts_contacts attributes, type and example

Constructor: contacts_contacts

Back to constructors index

Attributes:

Name Type Required
contacts Array of Contact Required
users Array of User Required

Type: contacts_Contacts

Example:

$contacts_contacts = ['_' => contacts_contacts, 'contacts' => [Vector t], 'users' => [Vector t], ];