MadelineProtoDocs/old_docs/API_docs_v18/constructors/contacts_myLinkRequested.md
2018-04-04 19:52:48 +02:00

44 lines
808 B
Markdown

---
title: contacts.myLinkRequested
description: contacts_myLinkRequested attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## 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}
```