InputSecureFile
- class pyrogram.raw.types.InputSecureFile
Pre-uploaded passport file, for more info see the passport docs »
Constructor of
InputSecureFile.- Details:
Layer:
223ID:
5367E5BE
- Parameters:
id (
int64-bit) – Secure file IDaccess_hash (
int64-bit) – Secure file access hash
TL Schema
inputSecureFile#5367e5be
id:long
access_hash:long
= InputSecureFile
Parameter Tree
InputSecureFile
├── id →
long└── access_hash →
longExample
InputSecureFile(
id=0,
access_hash=0,
)