MadelineProto/old_docs/API_docs_v42/constructors/contactLinkNone.md

35 lines
469 B
Markdown

---
title: contactLinkNone
description: contactLinkNone attributes, type and example
---
## Constructor: contactLinkNone
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [ContactLink](../types/ContactLink.md)
### Example:
```
$contactLinkNone = ['_' => 'contactLinkNone', ];
```
Or, if you're into Lua:
```
contactLinkNone={_='contactLinkNone', }
```