InputEncryptedFile

class pyrogram.raw.types.InputEncryptedFile

Sets forwarded encrypted file for attachment.

Constructor of InputEncryptedFile.

Details:
  • Layer: 223

  • ID: 5A17B5E5

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

  • access_hash (int 64-bit) – Checking sum, value of access_hash parameter from encryptedFile

TL Schema

inputEncryptedFile#5a17b5e5
id:long
access_hash:long

= InputEncryptedFile

Parameter Tree

InputEncryptedFile
├── idlong
└── access_hashlong

Example

InputEncryptedFile(
    id=0,
    access_hash=0,
)