MadelineProtoDocs/docs/API_docs/constructors/auth_sentCodeTypeCall.md

779 B

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

Constructor: auth.sentCodeTypeCall

Back to constructors index

Attributes:

Name Type Required
length int Yes

Type: auth_SentCodeType

Example:

$auth_sentCodeTypeCall = ['_' => 'auth.sentCodeTypeCall', 'length' => int];

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

auth_sentCodeTypeCall={_='auth.sentCodeTypeCall', length=int}