SecureFile#

class pyrogram.raw.types.SecureFile#

Secure passport file.

Constructor of SecureFile.

Details:
  • Layer: 158

  • ID: 7D09C27E

Parameters:
  • id (int 64-bit) –

    ID.

  • access_hash (int 64-bit) – Access hash.

  • size (int 64-bit) – File size.

  • dc_id (int 32-bit) – DC ID.

  • date (int 32-bit) – Date of upload.

  • file_hash (bytes) – File hash.

  • secret (bytes) – Secret.