MadelineProto/old_docs/API_docs_v23/constructors/contacts_link.md
2017-01-19 23:02:27 +01:00

669 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, ];