Raw.auth.ReportMissingCode

Raw.auth.ReportMissingCode

Official apps only, reports that the sms authentication code wasn’t delivered.

auth.reportMissingCode#cb9deff6 phone_number:string phone_code_hash:string mnc:string = Bool;
export namespace Raw {
  export namespace auth {
    export class ReportMissingCode {
      constructor(params: { phoneNumber: string; phoneCodeHash: string; mnc: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xcb9deff6

Property

  • phoneNumber : string

    Phone number where we were supposed to receive the code

  • phoneCodeHash : string

    The phone code hash obtained from auth.sendcode

  • mnc : string

    Mnc of the current network operator.

Results

boolean