MadelineProtoDocs/docs/API_docs/constructors/auth_sentCodeTypeSms.md

716 B

title description image
auth.sentCodeTypeSms The code was sent via SMS https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: auth.sentCodeTypeSms

Back to constructors index

The code was sent via SMS

Attributes:

Name Type Required Description
length int Yes Length of the code in bytes

Type: auth_SentCodeType

Example:

$auth_sentCodeTypeSms = ['_' => 'auth.sentCodeTypeSms', 'length' => int];

Or, if you're into Lua:

auth_sentCodeTypeSms={_='auth.sentCodeTypeSms', length=int}