MadelineProtoDocs/old_docs/API_docs_v23/constructors/contacts_link.md

900 B

title description image
contacts.link Link https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contacts.link

Back to constructors index

Link

Attributes:

Name Type Required Description
my_link contacts_MyLink Yes My link
foreign_link contacts_ForeignLink Yes Foreign link
user User Optional User

Type: contacts_Link

Example:

$contacts_link = ['_' => 'contacts.link', 'my_link' => contacts_MyLink, 'foreign_link' => contacts_ForeignLink, 'user' => User];

Or, if you're into Lua:

contacts_link={_='contacts.link', my_link=contacts_MyLink, foreign_link=contacts_ForeignLink, user=User}