Raw.EncryptedFile

Raw.EncryptedFile

Encrypted file.

encryptedFile#a8008cd8 id:long access_hash:long size:long dc_id:int key_fingerprint:int = EncryptedFile;
export namespace Raw {
  export class EncryptedFile {
    constructor(params: {
      id: bigint;
      accessHash: bigint;
      size: bigint;
      dcId: number;
      keyFingerprint: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xa8008cd8

Property

  • id : bigint

    File id

  • accessHash : bigint

    Checking sum depending on user id

  • size : bigint

    File size in bytes

  • dcId : number

    Number of data center

  • keyFingerprint : number

    32-bit fingerprint of key used for file encryption