InputEncryptedFileLocation

class pyrogram.raw.types.InputEncryptedFileLocation

Location of encrypted secret chat file.

Constructor of InputFileLocation.

Details:
  • Layer: 223

  • ID: F5235D55

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

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

TL Schema

inputEncryptedFileLocation#f5235d55
id:long
access_hash:long

= InputFileLocation

Parameter Tree

InputEncryptedFileLocation
├── idlong
└── access_hashlong

Example

InputEncryptedFileLocation(
    id=0,
    access_hash=0,
)