MadelineProto/old_docs/API_docs_v55/constructors/auth_sentCodeTypeApp.md

36 lines
584 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) | Yes|
### Type: [auth\_SentCodeType](../types/auth_SentCodeType.md)
### Example:
```
$auth_sentCodeTypeApp = ['_' => 'auth.sentCodeTypeApp', 'length' => int, ];
```
Or, if you're into Lua:
```
auth_sentCodeTypeApp={_='auth.sentCodeTypeApp', length=int, }
```