--- title: contacts.myLinkEmpty description: contacts.myLinkEmpty attributes, type and example image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png redirect_from: /API_docs/constructors/contacts_myLinkEmpty.html --- # Constructor: contacts.myLinkEmpty [Back to constructors index](index.md) ### Type: [contacts.MyLink](../types/contacts.MyLink.md) ### Example: ```php $contacts.myLinkEmpty = ['_' => 'contacts.myLinkEmpty']; ``` Or, if you're into Lua: ```lua contacts.myLinkEmpty={_='contacts.myLinkEmpty'} ```