inputEncryptedFileUploaded
Sets new encrypted file saved by parts using upload.saveFilePart method.
type tg.InputEncryptedFileUploaded struct { /* ... */ }
Implements InputEncryptedFile.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | Random file ID created by client |
Parts | int | yes | Number of saved parts |
MD5Checksum | string | yes | In case md5-HASH of the (already encrypted) file was transmitted, file content will be checked prior to use |
KeyFingerprint | int | yes | 32-bit fingerprint of the key used to encrypt a file |
References
- Official documentation
- Generated Go reference
- TL definition:
inputEncryptedFileUploaded#64bd0306