MadelineProto/old_docs/API_docs_v55/constructors/auth_codeTypeSms.md

481 B

title description
auth.codeTypeSms auth_codeTypeSms attributes, type and example

Constructor: auth.codeTypeSms

Back to constructors index

Attributes:

Name Type Required

Type: auth_CodeType

Example:

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

Or, if you're into Lua:

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