EmailVerifyPurposeLoginSetup

---types---
emailVerifyPurposeLoginSetup#4345be73 phone_number:string phone_code_hash:string = EmailVerifyPurpose

Belongs to

EmailVerifyPurpose

In Rust this constructor is a variant of the enums::EmailVerifyPurpose enum.
Match on it with: if let enums::EmailVerifyPurpose::EmailVerifyPurposeLoginSetup(v) = result { ... }

Parameters

phone_numberstringrequired
phone_code_hashstringrequired

Used by

SendVerifyEmailCode
VerifyEmail