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:
194
ID:
DE7B673D
- Parameters:
file_id (
int
64-bit
) – Random file id, created by the clientfile_part (
int
32-bit
) – Part sequence numberfile_total_parts (
int
32-bit
) – Total number of partsbytes (
bytes
) – Binary data, part contents
- Returns:
bool