Raw.auth.ResetLoginEmail

Raw.auth.ResetLoginEmail

Reset the login email.

auth.resetLoginEmail#7e960193 phone_number:string phone_code_hash:string = auth.SentCode;
export namespace Raw {
  export namespace auth {
    export class ResetLoginEmail {
      constructor(params: { phoneNumber: string; phoneCodeHash: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x7e960193

Property

  • phoneNumber : string

    Phone number of the account

  • phoneCodeHash : string

    Phone code hash, obtained as described in the documentation

Results

Raw.auth.TypeSentCode