MadelineProtoDocs/old_docs/API_docs_v23/constructors/contacts_myLinkContact.md

484 B

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

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'}