Link Search Menu Expand Document

Constructor: inputEncryptedFileBigUploaded

Back to constructors index

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

Attributes:

NameTypeRequiredDescription
idlongYesRandom file id, created by the client
partsintYesNumber of saved parts
key_fingerprintintYes32-bit imprint of the key used to encrypt the file

Type: InputEncryptedFile

Example:

$inputEncryptedFileBigUploaded = ['_' => 'inputEncryptedFileBigUploaded', 'id' => long, 'parts' => int, 'key_fingerprint' => int];