MadelineProto/old_docs/API_docs_v51/constructors/auth_sentCodeTypeApp.md

27 lines
489 B
Markdown

---
title: auth_sentCodeTypeApp
description: auth_sentCodeTypeApp attributes, type and example
---
## Constructor: auth\_sentCodeTypeApp
[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_sentCodeTypeApp = ['_' => 'auth_sentCodeTypeApp', 'length' => int, ];
```