Raw.SecureFile

Raw.SecureFile

Secure passport file, for more info see the passport docs

secureFile#7d09c27e id:long access_hash:long size:long dc_id:int date:int file_hash:bytes secret:bytes = SecureFile;
export namespace Raw {
  export class SecureFile {
    constructor(params: {
      id: bigint;
      accessHash: bigint;
      size: bigint;
      dcId: number;
      date: number;
      fileHash: Buffer;
      secret: Buffer;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x7d09c27e

Property