37 lines
593 B
Markdown
37 lines
593 B
Markdown
---
|
|
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', }
|
|
|
|
```
|
|
|
|
|