Raw.auth.SentCodeTypeMissedCall
The code will be sent via a flash phone call, that will be closed immediately. the last digits of the phone number that calls are the code that must be entered manually by the user.
auth.sentCodeTypeMissedCall#82006484 prefix:string length:int = auth.SentCodeType;
export namespace Raw {
export namespace auth {
export class SentCodeTypeMissedCall {
constructor(params: { prefix: string; length: number }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x82006484