1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 08:16:54 +01:00
MadelineProto/docs/TD_docs/constructors/authStateWaitPhoneNumber.md

44 lines
698 B
Markdown
Raw Normal View History

---
title: authStateWaitPhoneNumber
description: TDLib needs user's phone number to authorize
---
## Constructor: authStateWaitPhoneNumber
[Back to constructors index](index.md)
TDLib needs user's phone number to authorize
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [AuthState](../types/AuthState.md)
### Example:
```
$authStateWaitPhoneNumber = ['_' => 'authStateWaitPhoneNumber', ];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"authStateWaitPhoneNumber"}
```
Or, if you're into Lua:
```
authStateWaitPhoneNumber={_='authStateWaitPhoneNumber', }
```