--- title: auth.codeTypeFlashCall description: auth_codeTypeFlashCall attributes, type and example image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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'} ```