MadelineProto/old_docs/API_docs_v70/constructors/auth_codeTypeCall.md

486 B

title description
auth.codeTypeCall auth_codeTypeCall attributes, type and example

Constructor: auth.codeTypeCall

Back to constructors index

Type: auth_CodeType

Example:

$auth_codeTypeCall = ['_' => 'auth.codeTypeCall'];

PWRTelegram json-encoded version:

{"_": "auth.codeTypeCall"}

Or, if you're into Lua:

auth_codeTypeCall={_='auth.codeTypeCall'}