MadelineProto/docs/API_docs/constructors/auth_sentCodeTypeSms.md

18 lines
344 B
Markdown
Raw Normal View History

## Constructor: auth\_sentCodeTypeSms
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|length|[int](../types/int.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [auth\_SentCodeType](../types/auth_SentCodeType.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$auth_sentCodeTypeSms = ['_' => auth_sentCodeTypeSms', 'length' => int, ];
```