MadelineProto/docs/API_docs/constructors/auth_sentCode.md

19 lines
684 B
Markdown
Raw Normal View History

## Constructor: auth\_sentCode
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|phone\_registered|[Bool](../types/Bool.md) | Optional|
2016-12-19 18:35:27 +01:00
|type|[auth\_SentCodeType](../types/auth_SentCodeType.md) | Required|
|phone\_code\_hash|[string](../types/string.md) | Required|
2016-12-19 18:35:27 +01:00
|next\_type|[auth\_CodeType](../types/auth_CodeType.md) | Optional|
|timeout|[int](../types/int.md) | Optional|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[auth\_SentCode](../types/auth_SentCode.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$auth_sentCode = ['_' => auth_sentCode', 'phone_registered' => true, 'type' => auth.SentCodeType, 'phone_code_hash' => string, 'next_type' => auth.CodeType, 'timeout' => int, ];
```