MadelineProto/old_docs/API_docs_v51/constructors/auth_codeTypeSms.md
2017-05-27 22:21:14 +01: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', }