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