Link Search Menu Expand Document

Constructor: emailVerifyPurposeLoginSetup

Back to constructors index

Email verification purpose: setup login email

Attributes:

NameTypeRequiredDescription
phone_numberstringYesPhone number
phone_code_hashstringYesPhone code hash as specified by the documentation

Type: EmailVerifyPurpose

Example:

$emailVerifyPurposeLoginSetup = ['_' => 'emailVerifyPurposeLoginSetup', 'phone_number' => 'string', 'phone_code_hash' => 'string'];