Raw.account.EmailVerifiedLogin

Raw.account.EmailVerifiedLogin

The email was verified correctly, and a login code was just sent to it.

account.emailVerifiedLogin#e1bb0d61 email:string sent_code:auth.SentCode = account.EmailVerified;
export namespace Raw {
  export namespace account {
    export class EmailVerifiedLogin {
      constructor(params: { email: string; sentCode: Raw.auth.TypeSentCode }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0xe1bb0d61

Property