InputEncryptedFileLocation
- class pyrogram.raw.types.InputEncryptedFileLocation
Location of encrypted secret chat file.
Constructor of
InputFileLocation.- Details:
Layer:
223ID:
F5235D55
- Parameters:
id (
int64-bit) – File ID, id parameter value from encryptedFileaccess_hash (
int64-bit) – Checksum, access_hash parameter value from encryptedFile
TL Schema
inputEncryptedFileLocation#f5235d55
id:long
access_hash:long
= InputFileLocation
Parameter Tree
InputEncryptedFileLocation
├── id →
long└── access_hash →
longExample
InputEncryptedFileLocation(
id=0,
access_hash=0,
)