upload.GetFile
- class pyrogram.raw.functions.upload.GetFile
Returns content of a whole file or its part.
- Details:
Layer:
194
ID:
BE5335BE
- Parameters:
location (
InputFileLocation
) – File locationoffset (
int
64-bit
) – Number of bytes to be skippedlimit (
int
32-bit
) – Number of bytes to be returnedprecise (
bool
, optional) – Disable some checks on limit and offset values, useful for example to stream videos by keyframescdn_supported (
bool
, optional) – Whether the current client supports CDN downloads
- Returns: