mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:47:49 +01:00
578 B
578 B
title | description |
---|---|
contacts_contacts | contacts_contacts attributes, type and example |
Constructor: contacts_contacts
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], ];