Link Search Menu Expand Document

Constructor: auth.sentCodeTypeMissedCall

Back to constructors index

The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.

Attributes:

NameTypeRequiredDescription
prefixstringYesPrefix of the phone number from which the call will be made
lengthintYesLength of the verification code

Type: auth.SentCodeType

Example:

$auth_sentCodeTypeMissedCall = ['_' => 'auth.sentCodeTypeMissedCall', 'prefix' => 'string', 'length' => int];