Layer 220
constructor
inputFileBig#fa4f0bb5 id:long parts:int name:string = InputFile;

Parameters

Name Type Description
Id long Random file id, created by the client
Parts int Number of parts saved
Name string Full file name

Returns

InputFile

Gogram Example

// Creating InputFileBig constructor
obj := &tg.InputFileBig{
    Id: int64(0),
    Parts: 0,
    Name: "...",
}