MadelineProto/old_docs/API_docs_v18/constructors/contacts_link.md

670 B

title description
contacts_link contacts_link attributes, type and example

Back to constructors index

Attributes:

Name Type Required
my_link contacts_MyLink Required
foreign_link contacts_ForeignLink Required
user User Required

Type: contacts_Link

Example:

$contacts_link = ['_' => 'contacts_link', 'my_link' => contacts.MyLink, 'foreign_link' => contacts.ForeignLink, 'user' => User, ];