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