44 lines
608 B
Markdown
44 lines
608 B
Markdown
---
|
|
title: linkStateNone
|
|
description: Other user's phone number doesn't known
|
|
---
|
|
## Constructor: linkStateNone
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Other user's phone number doesn't known
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|
|
|
|
|
|
### Type: [LinkState](../types/LinkState.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$linkStateNone = ['_' => 'linkStateNone'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "linkStateNone"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
linkStateNone={_='linkStateNone'}
|
|
|
|
```
|
|
|
|
|