MadelineProto/old_docs/API_docs_v65/constructors/auth_sentCodeTypeCall.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

591 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, ];

Or, if you're into Lua:

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