Raw.account.SendVerifyEmailCode

Raw.account.SendVerifyEmailCode

Send an email verification code.

account.sendVerifyEmailCode#98e037bb purpose:EmailVerifyPurpose email:string = account.SentEmailCode;
export namespace Raw {
  export namespace account {
    export class SendVerifyEmailCode {
      constructor(params: { purpose: Raw.TypeEmailVerifyPurpose; email: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x98e037bb

Property

Results

Raw.account.TypeSentEmailCode