Skip to main content

inputEncryptedFileUploaded

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

type tg.InputEncryptedFileUploaded struct { /* ... */ }

Implements InputEncryptedFile.

Fields

NameTypeRequiredDescription
IDint64yesRandom file ID created by client
PartsintyesNumber of saved parts
MD5ChecksumstringyesIn case md5-HASH of the (already encrypted) file was transmitted, file content will be checked prior to use
KeyFingerprintintyes32-bit fingerprint of the key used to encrypt a file

References