InputSecureFileLocation

class pyrogram.raw.types.InputSecureFileLocation

Location of encrypted telegram passport file.

Constructor of InputFileLocation.

Details:
  • Layer: 223

  • ID: CBC7EE28

Parameters:
  • id (int 64-bit) – File ID, id parameter value from secureFile

  • access_hash (int 64-bit) – Checksum, access_hash parameter value from secureFile

TL Schema

inputSecureFileLocation#cbc7ee28
id:long
access_hash:long

= InputFileLocation

Parameter Tree

InputSecureFileLocation
├── idlong
└── access_hashlong

Example

InputSecureFileLocation(
    id=0,
    access_hash=0,
)