Raw.InputEncryptedFileBigUploaded

Raw.InputEncryptedFileBigUploaded

Assigns a new big encrypted file (over 10 mb in size), saved in parts using the method upload.savebigfilepart.

inputEncryptedFileBigUploaded#2dc173c8 id:long parts:int key_fingerprint:int = InputEncryptedFile;
export namespace Raw {
  export class InputEncryptedFileBigUploaded {
    constructor(params: { id: bigint; parts: number; keyFingerprint: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x2dc173c8

Property

  • id : bigint

    Random file id, created by the client

  • parts : number

    Number of saved parts

  • keyFingerprint : number

    32-bit imprint of the key used to encrypt the file