Raw.InputEncryptedFileLocation

Raw.InputEncryptedFileLocation

Location of encrypted secret chat file.

inputEncryptedFileLocation#f5235d55 id:long access_hash:long = InputFileLocation;
export namespace Raw {
  export class InputEncryptedFileLocation {
    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: 0xf5235d55

Property

  • id : bigint

    File id, id parameter value from encryptedfile

  • accessHash : bigint

    Checksum, accessHash parameter value from encryptedfile