MadelineProto/old_docs/API_docs_v65/constructors/auth_codeTypeSms.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

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

Or, if you're into Lua:

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