37 lines
639 B
Markdown
37 lines
639 B
Markdown
---
|
|
title: linkStateKnowsPhoneNumber
|
|
description: Other user's phone number is known but user not in contacts list
|
|
---
|
|
## Constructor: linkStateKnowsPhoneNumber
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Other user's phone number is known but user not in contacts list
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|:-------------:|:--------:|------------:|
|
|
|
|
|
|
|
|
### Type: [LinkState](../types/LinkState.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$linkStateKnowsPhoneNumber = ['_' => 'linkStateKnowsPhoneNumber', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
linkStateKnowsPhoneNumber={_='linkStateKnowsPhoneNumber', }
|
|
|
|
```
|
|
|
|
|