2017-01-25 23:16:22 +01:00
|
|
|
---
|
|
|
|
title: auth.checkedPhone
|
|
|
|
description: auth_checkedPhone attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: auth.checkedPhone
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-11 19:54:51 +01:00
|
|
|
|phone\_registered|[Bool](../types/Bool.md) | Yes|
|
2017-01-25 23:16:22 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$auth_checkedPhone = ['_' => 'auth.checkedPhone', 'phone_registered' => Bool, ];
|
|
|
|
```
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
auth_checkedPhone={_='auth.checkedPhone', phone_registered=Bool, }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|