MadelineProto/docs/API_docs/constructors/auth_sentCodeTypeCall.md
2016-12-20 13:32:11 +01:00

25 lines
489 B
Markdown

---
title: auth_sentCodeTypeCall
description: auth_sentCodeTypeCall attributes, type and example
---
## Constructor: auth\_sentCodeTypeCall
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|length|[int](../types/int.md) | Required|
### Type: [auth\_SentCodeType](../types/auth_SentCodeType.md)
### Example:
```
$auth_sentCodeTypeCall = ['_' => auth_sentCodeTypeCall', 'length' => int, ];
```