- API ›
- Constructors ›
- EmailVerifyPurposeLoginSetup
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
Used by
| SendVerifyEmailCode |
| VerifyEmail |