mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 13:27:21 +01:00
20 lines
302 B
Markdown
20 lines
302 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, ];
|
|
``` |