MadelineProto/docs/API_docs/constructors/auth_checkedPhone.md

17 lines
332 B
Markdown
Raw Normal View History

## 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, ];
```