Constructor: auth.sentCodeTypeMissedCall
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:
Name | Type | Required | Description |
---|---|---|---|
prefix | string | Yes | Prefix of the phone number from which the call will be made |
length | int | Yes | Length of the verification code |
Type: auth.SentCodeType
Example:
$auth_sentCodeTypeMissedCall = ['_' => 'auth.sentCodeTypeMissedCall', 'prefix' => 'string', 'length' => int];