mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 14:27:00 +01:00
44 lines
742 B
Markdown
44 lines
742 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'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "linkStateKnowsPhoneNumber"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
linkStateKnowsPhoneNumber={_='linkStateKnowsPhoneNumber'}
|
|
|
|
```
|
|
|
|
|