InputSecureValue#

class pyrogram.raw.types.InputSecureValue#

Secure value.

Constructor of InputSecureValue.

Details:
  • Layer: 158

  • ID: DB21D0A7

Parameters:
  • type (SecureValueType) – Secure passport value type.

  • data (SecureData, optional) – Encrypted Telegram Passport element data.

  • front_side (InputSecureFile, optional) – Encrypted passport file with the front side of the document.

  • reverse_side (InputSecureFile, optional) – Encrypted passport file with the reverse side of the document.

  • selfie (InputSecureFile, optional) – Encrypted passport file with a selfie of the user holding the document.

  • translation (List of InputSecureFile, optional) – Array of encrypted passport files with translated versions of the provided documents.

  • files (List of InputSecureFile, optional) – Array of encrypted passport files with photos the of the documents.

  • plain_data (SecurePlainData, optional) – Plaintext verified passport data.