MadelineProto/old_docs/API_docs_v23/constructors/contacts_myLinkEmpty.md

31 lines
416 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', ];
```
Or, if you're into Lua:
```
contacts_myLinkEmpty={_='contacts.myLinkEmpty', }
```