MadelineProto/old_docs/API_docs_v65/constructors/auth_codeTypeFlashCall.md
2017-05-27 22:21:14 +01:00

426 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', ];

Or, if you're into Lua:

auth_codeTypeFlashCall={_='auth.codeTypeFlashCall', }