Raw.InputFile
Defines a file saved in parts using the method upload.savefilepart.
inputFile#f52ff27f id:long parts:int name:string md5_checksum:string = InputFile;
export namespace Raw {
export class InputFile {
constructor(params: { id: bigint; parts: number; name: string; md5Checksum: string }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xf52ff27f