MadelineProto/old_docs/API_docs_v62/constructors/auth_codeTypeSms.md

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