FileHash#
- class pyrogram.raw.types.FileHash#
SHA256 Hash of an uploaded file, to be checked for validity after download
Constructor of
FileHash.- Details:
Layer:
225ID:
F39B035C
- Parameters:
offset (
int64-bit) – Offset from where to start computing SHA-256 hashlimit (
int32-bit) – Lengthhash (
bytes) – SHA-256 Hash of file chunk, to be checked for validity after download
- Functions:
This object can be returned by 3 functions.