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

25 lines
525 B
Markdown

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