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:
158ID:
DE7B673D
- Parameters:
file_id (
int64-bit) – Random file id, created by the client.file_part (
int32-bit) – Part sequence number.file_total_parts (
int32-bit) – Total number of parts.bytes (
bytes) – Binary data, part contents.
- Returns:
bool