InputEncryptedFileBigUploaded
- class pyrogram.raw.types.InputEncryptedFileBigUploaded
Assigns a new big encrypted file (over 10 MB in size), saved in parts using the method upload.saveBigFilePart.
Constructor of
InputEncryptedFile.- Details:
Layer:
223ID:
2DC173C8
- Parameters:
id (
int64-bit) – Random file id, created by the clientparts (
int32-bit) – Number of saved partskey_fingerprint (
int32-bit) – 32-bit imprint of the key used to encrypt the file
TL Schema
inputEncryptedFileBigUploaded#2dc173c8
id:long
parts:int
key_fingerprint:int
= InputEncryptedFile
Parameter Tree
InputEncryptedFileBigUploaded
├── id →
long├── parts →
int└── key_fingerprint →
intExample
InputEncryptedFileBigUploaded(
id=0,
parts=0,
key_fingerprint=0,
)