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: 201
Constructor ID: 0xe1bb0d61
Property
email: stringThe verified email address.
sentCode: Raw.auth.TypeSentCodeInfo about the sent login code