InputSecureFile

class pyrogram.raw.types.InputSecureFile

Pre-uploaded passport file, for more info see the passport docs »

Constructor of InputSecureFile.

Details:
  • Layer: 223

  • ID: 5367E5BE

Parameters:
  • id (int 64-bit) – Secure file ID

  • access_hash (int 64-bit) – Secure file access hash

TL Schema

inputSecureFile#5367e5be
id:long
access_hash:long

= InputSecureFile

Parameter Tree

InputSecureFile
├── idlong
└── access_hashlong

Example

InputSecureFile(
    id=0,
    access_hash=0,
)