inputEncryptedFileBigUploaded
Assigns a new big encrypted file (over 10 MB in size), saved in parts using the method upload.saveBigFilePart.
type tg.InputEncryptedFileBigUploaded struct { /* ... */ }
Implements InputEncryptedFile.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | Random file id, created by the client |
Parts | int | yes | Number of saved parts |
KeyFingerprint | int | yes | 32-bit imprint of the key used to encrypt the file |
References
- Official documentation
- Generated Go reference
- TL definition:
inputEncryptedFileBigUploaded#2dc173c8