MadelineProto/docs/TD_docs/constructors/authStateWaitPhoneNumber.md

37 lines
593 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', ];
```
Or, if you're into Lua:
```
authStateWaitPhoneNumber={_='authStateWaitPhoneNumber', }
```