17 lines
332 B
Markdown
17 lines
332 B
Markdown
|
## Constructor: auth\_checkedPhone
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|phone\_registered|[Bool](../types/Bool.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [auth\_CheckedPhone](../types/auth\_CheckedPhone.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$auth_checkedPhone = ['phone_registered' => Bool, ];
|
||
|
```
|