MadelineProto/old_docs/API_docs_v18/constructors/contacts_contacts.md

679 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 Yes
users Array of User Yes

Type: contacts_Contacts

Example:

$contacts_contacts = ['_' => 'contacts.contacts', 'contacts' => [Contact], 'users' => [User], ];

Or, if you're into Lua:

contacts_contacts={_='contacts.contacts', contacts={Contact}, users={User}, }