--- title: contacts.myLinkContact description: My link contact image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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'} ```