Raw.EmailVerifyPurposeLoginSetup

Raw.EmailVerifyPurposeLoginSetup

Email verification purpose: setup login email

emailVerifyPurposeLoginSetup#4345be73 phone_number:string phone_code_hash:string = EmailVerifyPurpose;
export namespace Raw {
  export class EmailVerifyPurposeLoginSetup {
    constructor(params: { phoneNumber: string; phoneCodeHash: string }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x4345be73

Property

  • phoneNumber : string

    Phone number

  • phoneCodeHash : string

    Phone code hash as specified by the documentation