MadelineProto/old_docs/API_docs_v68/constructors/auth_sentCodeTypeCall.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

705 B

title description
auth.sentCodeTypeCall auth_sentCodeTypeCall attributes, type and example

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}