MadelineProtoDocs/old_docs/API_docs_v81/constructors/auth_codeTypeFlashCall.md

599 B

title description image
auth.codeTypeFlashCall auth_codeTypeFlashCall attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: auth.codeTypeFlashCall

Back to constructors index

Type: auth_CodeType

Example:

$auth_codeTypeFlashCall = ['_' => 'auth.codeTypeFlashCall'];

PWRTelegram json-encoded version:

{"_": "auth.codeTypeFlashCall"}

Or, if you're into Lua:

auth_codeTypeFlashCall={_='auth.codeTypeFlashCall'}