MadelineProto/old_docs/API_docs_v70/constructors/auth_codeTypeFlashCall.md

526 B

title description
auth.codeTypeFlashCall auth_codeTypeFlashCall attributes, type and example

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'}