MadelineProto/old_docs/API_docs_v51/constructors/auth_sentCodeTypeSms.md

36 lines
584 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: auth.sentCodeTypeSms
description: auth_sentCodeTypeSms attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: auth.sentCodeTypeSms
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|length|[int](../types/int.md) | Yes|
### Type: [auth\_SentCodeType](../types/auth_SentCodeType.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$auth_sentCodeTypeSms = ['_' => 'auth.sentCodeTypeSms', 'length' => int, ];
```
Or, if you're into Lua:
```
auth_sentCodeTypeSms={_='auth.sentCodeTypeSms', length=int, }
```