MadelineProto/docs/API_docs/constructors/auth_sentCodeTypeApp.md

17 lines
314 B
Markdown
Raw Normal View History

## Constructor: auth\_sentCodeTypeApp
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|length|[int](../types/int.md) | Required|
### Type: [auth\_SentCodeType](../types/auth\_SentCodeType.md)
### Example:
```
$auth_sentCodeTypeApp = ['length' => int, ];
```