mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 18:27:19 +01:00
27 lines
510 B
Markdown
27 lines
510 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) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [contacts\_MyLink](../types/contacts_MyLink.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$contacts_myLinkRequested = ['_' => 'contacts_myLinkRequested', 'contact' => Bool, ];
|
||
|
```
|
||
|
|