MadelineProto/old_docs/API_docs_v51/constructors/auth_sentCodeTypeSms.md

27 lines
489 B
Markdown
Raw Normal View History

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