MadelineProto/old_docs/API_docs_v68/constructors/auth_codeTypeCall.md
2017-07-23 17:44:01 +02:00

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