MadelineProtoDocs/old_docs/API_docs_v0/constructors/contacts.myLinkEmpty.md
2020-06-16 17:50:25 +02:00

552 B

title description image redirect_from
contacts.myLinkEmpty contacts.myLinkEmpty attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/contacts_myLinkEmpty.html

Constructor: contacts.myLinkEmpty

Back to constructors index

Type: contacts.MyLink

Example:

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

Or, if you're into Lua:

contacts.myLinkEmpty={_='contacts.myLinkEmpty'}