MadelineProto/old_docs/API_docs_v18/constructors/contacts_myLinkRequested.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

43 lines
734 B
Markdown

---
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}
```