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

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

Or, if you're into Lua:

auth_codeTypeCall={_='auth.codeTypeCall', }