mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 00:38:19 +01:00
22 lines
328 B
Markdown
22 lines
328 B
Markdown
|
---
|
||
|
title: contacts_myLinkEmpty
|
||
|
description: contacts_myLinkEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: contacts\_myLinkEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [contacts\_MyLink](../types/contacts_MyLink.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$contacts_myLinkEmpty = ['_' => 'contacts_myLinkEmpty', ];
|
||
|
```
|
||
|
|