upload.SaveFilePart
- class pyrogram.raw.functions.upload.SaveFilePart
Saves a part of file for further sending to one of the methods.
- Details:
Layer:
194
ID:
B304A621
- Parameters:
file_id (
int
64-bit
) – Random file identifier created by the clientfile_part (
int
32-bit
) – Numerical order of a partbytes (
bytes
) – Binary data, content of a part
- Returns:
bool