upload.SaveBigFilePart#
- class pyrogram.raw.functions.upload.SaveBigFilePart#
- Saves a part of a large file (over 10 MB in size) to be later passed to one of the methods. - Details:
- Layer: - 158
- ID: - DE7B673D
 
 - Parameters:
- file_id ( - int- 64-bit) – Random file id, created by the client.
- file_part ( - int- 32-bit) – Part sequence number.
- file_total_parts ( - int- 32-bit) – Total number of parts.
- bytes ( - bytes) – Binary data, part contents.
 
- Returns:
- bool