MadelineProto/old_docs/API_docs_v62/constructors/auth_codeTypeFlashCall.md
2017-07-23 16:11:02 +02:00

38 lines
529 B
Markdown

---
title: auth.codeTypeFlashCall
description: auth_codeTypeFlashCall attributes, type and example
---
## Constructor: auth.codeTypeFlashCall
[Back to constructors index](index.md)
### Type: [auth\_CodeType](../types/auth_CodeType.md)
### Example:
```
$auth_codeTypeFlashCall = ['_' => 'auth.codeTypeFlashCall', ];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"auth.codeTypeFlashCall"}
```
Or, if you're into Lua:
```
auth_codeTypeFlashCall={_='auth.codeTypeFlashCall', }
```