MadelineProtoDocs/old_docs/API_docs_v18/constructors/contacts.myLinkContact.md
2019-12-27 18:46:25 +01:00

549 B

title description image redirect_from
contacts.myLinkContact My link contact https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/contacts_myLinkContact.html

Constructor: contacts.myLinkContact

Back to constructors index

My link contact

Type: contacts.MyLink

Example:

$contacts.myLinkContact = ['_' => 'contacts.myLinkContact'];

Or, if you're into Lua:

contacts.myLinkContact={_='contacts.myLinkContact'}