inputFileBig
Assigns a big file (over 10 MB in size), saved in part using the method upload saveBigFilePart.
type tg.InputFileBig struct { /* ... */ }
Implements InputFile.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | Random file id, created by the client |
Parts | int | yes | Number of parts saved |
Name | string | yes | Full file name |
References
- Official documentation
- Generated Go reference
- TL definition:
inputFileBig#fa4f0bb5