Raw.InputFileBig

Raw.InputFileBig

Assigns a big file (over 10 mb in size), saved in part using the method upload.savebigfilepart.

inputFileBig#fa4f0bb5 id:long parts:int name:string = InputFile;
export namespace Raw {
  export class InputFileBig {
    constructor(params: { id: bigint; parts: number; name: string }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xfa4f0bb5

Property

  • id : bigint

    Random file id, created by the client

  • parts : number

    Number of parts saved

  • name : string

    Full file name