MadelineProto/old_docs/API_docs_v23/constructors/contacts_myLinkEmpty.md
2017-05-27 22:21:14 +01:00

416 B

title description
contacts.myLinkEmpty contacts_myLinkEmpty attributes, type and example

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