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