mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 01:00:55 +01:00
20 lines
289 B
Markdown
20 lines
289 B
Markdown
|
---
|
||
|
title: contactLinkNone
|
||
|
description: contactLinkNone attributes, type and example
|
||
|
---
|
||
|
## Constructor: contactLinkNone
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ContactLink](../types/ContactLink.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$contactLinkNone = ['_' => 'contactLinkNone', ];
|
||
|
```
|