InputEncryptedFile
- class pyrogram.raw.types.InputEncryptedFile
Sets forwarded encrypted file for attachment.
Constructor of
InputEncryptedFile.- Details:
Layer:
223ID:
5A17B5E5
- Parameters:
id (
int64-bit) – File ID, value of id parameter from encryptedFileaccess_hash (
int64-bit) – Checking sum, value of access_hash parameter from encryptedFile
TL Schema
inputEncryptedFile#5a17b5e5
id:long
access_hash:long
= InputEncryptedFile
Parameter Tree
InputEncryptedFile
├── id →
long└── access_hash →
longExample
InputEncryptedFile(
id=0,
access_hash=0,
)