MadelineProto/old_docs/API_docs_v53/constructors/auth_sentCodeTypeCall.md

36 lines
591 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: auth.sentCodeTypeCall
description: auth_sentCodeTypeCall attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: auth.sentCodeTypeCall
[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_sentCodeTypeCall = ['_' => 'auth.sentCodeTypeCall', 'length' => int, ];
```
Or, if you're into Lua:
```
auth_sentCodeTypeCall={_='auth.sentCodeTypeCall', length=int, }
```