MadelineProto/old_docs/API_docs_v18/constructors/contacts_myLinkRequested.md

27 lines
510 B
Markdown
Raw Normal View History

---
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) | Required|
### Type: [contacts\_MyLink](../types/contacts_MyLink.md)
### Example:
```
$contacts_myLinkRequested = ['_' => 'contacts_myLinkRequested', 'contact' => Bool, ];
```