InputEncryptedFile
- class pyrogram.raw.base.InputEncryptedFile
Object sets encrypted file for attachment
- Constructors:
This base type has 4 constructors available.
Sets forwarded encrypted file for attachment.
Assigns a new big encrypted file (over 10 MB in size), saved in parts using the method upload.saveBigFilePart.
Empty constructor.
Sets new encrypted file saved by parts using upload.saveFilePart method.
TL Schema
inputEncryptedFile#5a17b5e5
id:long
access_hash:long
= InputEncryptedFile
Parameter Tree
InputEncryptedFile
├── id →
long└── access_hash →
longExample
InputEncryptedFile(
id=0,
access_hash=0,
)