MadelineProto/old_docs/API_docs_v51/constructors/auth_codeTypeSms.md
2017-07-23 16:11:02 +02:00

481 B

title description
auth.codeTypeSms auth_codeTypeSms attributes, type and example

Constructor: auth.codeTypeSms

Back to constructors index

Type: auth_CodeType

Example:

$auth_codeTypeSms = ['_' => 'auth.codeTypeSms', ];

PWRTelegram json-encoded version:

{"_":"auth.codeTypeSms"}

Or, if you're into Lua:

auth_codeTypeSms={_='auth.codeTypeSms', }