MadelineProto/old_docs/API_docs_v25/constructors/contacts_contacts.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

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

PWRTelegram json-encoded version:

{"_": "contacts.contacts", "contacts": [Contact], "users": [User]}

Or, if you're into Lua:

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