--- title: contacts.myLinkEmpty description: contacts_myLinkEmpty attributes, type and example --- ## Constructor: contacts.myLinkEmpty [Back to constructors index](index.md) ### Type: [contacts\_MyLink](../types/contacts_MyLink.md) ### Example: ``` $contacts_myLinkEmpty = ['_' => 'contacts.myLinkEmpty']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "contacts.myLinkEmpty"} ``` Or, if you're into Lua: ``` contacts_myLinkEmpty={_='contacts.myLinkEmpty'} ```