MadelineProtoDocs/old_docs/API_docs_v105/constructors/auth.sentCodeTypeCall.md
2019-12-27 18:25:37 +01:00

899 B

title: auth.sentCodeTypeCall description: The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input. image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: auth.sentCodeTypeCall

Back to constructors index

The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input.

Attributes:

Name Type Required Description
length int Yes Length of the verification code

Type: auth.SentCodeType

Example:

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

Or, if you're into Lua:

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