EncryptedFile#
- class pyrogram.raw.types.EncryptedFile#
Encrypted file.
Constructor of
EncryptedFile.- Details:
Layer:
158ID:
A8008CD8
- Parameters:
id (
int64-bit) – File ID.access_hash (
int64-bit) – Checking sum depending on user ID.size (
int64-bit) – File size in bytes.dc_id (
int32-bit) – Number of data center.key_fingerprint (
int32-bit) – 32-bit fingerprint of key used for file encryption.
- Functions:
This object can be returned by 1 function.
Upload encrypted file and associate it to a secret chat.