MadelineProtoDocs/old_docs/API_docs_v81/constructors/auth_sentCodeTypeSms.md

770 B

title description image
auth.sentCodeTypeSms auth_sentCodeTypeSms attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: auth.sentCodeTypeSms

Back to constructors index

Attributes:

Name Type Required
length int Yes

Type: auth_SentCodeType

Example:

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

PWRTelegram json-encoded version:

{"_": "auth.sentCodeTypeSms", "length": int}

Or, if you're into Lua:

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