mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 05:39:37 +01:00
22 lines
338 B
Markdown
22 lines
338 B
Markdown
|
---
|
||
|
title: contacts_myLinkContact
|
||
|
description: contacts_myLinkContact attributes, type and example
|
||
|
---
|
||
|
## Constructor: contacts\_myLinkContact
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [contacts\_MyLink](../types/contacts_MyLink.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$contacts_myLinkContact = ['_' => 'contacts_myLinkContact', ];
|
||
|
```
|
||
|
|