InputSecureFileLocation
- class pyrogram.raw.types.InputSecureFileLocation
Location of encrypted telegram passport file.
Constructor of
InputFileLocation.- Details:
Layer:
223ID:
CBC7EE28
- Parameters:
id (
int64-bit) – File ID, id parameter value from secureFileaccess_hash (
int64-bit) – Checksum, access_hash parameter value from secureFile
TL Schema
inputSecureFileLocation#cbc7ee28
id:long
access_hash:long
= InputFileLocation
Parameter Tree
InputSecureFileLocation
├── id →
long└── access_hash →
longExample
InputSecureFileLocation(
id=0,
access_hash=0,
)