Raw.InputEncryptedFileUploaded

Raw.InputEncryptedFileUploaded

Sets new encrypted file saved by parts using upload.savefilepart method.

inputEncryptedFileUploaded#64bd0306 id:long parts:int md5_checksum:string key_fingerprint:int = InputEncryptedFile;
export namespace Raw {
  export class InputEncryptedFileUploaded {
    constructor(params: {
      id: bigint;
      parts: number;
      md5Checksum: string;
      keyFingerprint: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x64bd0306

Property

  • id : bigint

    Random file id created by client

  • parts : number

    Number of saved parts

  • md5Checksum : string

    In case md5-hash of the (already encrypted) file was transmitted, file content will be checked prior to use

  • keyFingerprint : number

    32-bit fingerprint of the key used to encrypt a file