Link Search Menu Expand Document

Constructor: auth.sentCodeTypeFlashCall

Back to constructors index

The code will be sent via a flash phone call, that will be closed immediately. The phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern.

Attributes:

NameTypeRequiredDescription
patternstringYespattern to match

Type: auth.SentCodeType

Example:

$auth_sentCodeTypeFlashCall = ['_' => 'auth.sentCodeTypeFlashCall', 'pattern' => 'string'];