Layer 220
InputFileBig
Assigns a big file (over 10 MB in size), saved in part using the method upload. save Big File Part.
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
InputFileGogram Example
// Creating InputFileBig constructor obj := &tg.InputFileBig{ Id: int64(0), Parts: 0, Name: "...", }