upload.saveFilePart
Saves a part of file for futher sending to one of the methods.
Example
TL schema
Parameters
Name | Type | Description |
file_id | Random file identifier created by the client | |
file_part | Numerical order of a part | |
bytes | Binary data, contend of a part |
Result
Possible errors
Code | Type | Description |
400 | FILE_PART_EMPTY | The provided file part is empty |
400 | FILE_PART_INVALID | The file part number is invalid |
Can bots use this methd ?
yes
Related pages
Last updated