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
: stringPhone number where we were supposed to receive the code
phoneCodeHash
: stringThe phone code hash obtained from auth.sendcode
mnc
: stringMnc of the current network operator.