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