MadelineProto/old_docs/API_docs_v55/constructors/auth_codeTypeFlashCall.md

523 B

title description
auth.codeTypeFlashCall auth_codeTypeFlashCall attributes, type and example

Constructor: auth.codeTypeFlashCall

Back to constructors index

Attributes:

Name Type Required

Type: auth_CodeType

Example:

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

Or, if you're into Lua:

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