Raw.InputEncryptedFile

Raw.InputEncryptedFile

Sets forwarded encrypted file for attachment.

inputEncryptedFile#5a17b5e5 id:long access_hash:long = InputEncryptedFile;
export namespace Raw {
  export class InputEncryptedFile {
    constructor(params: { id: bigint; accessHash: bigint }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x5a17b5e5

Property

  • id : bigint

    File id, value of id parameter from encryptedfile

  • accessHash : bigint

    Checking sum, value of accessHash parameter from encryptedfile