inputSecureFileUploaded
Uploaded secure file, for more info see the passport docs »
type tg.InputSecureFileUploaded struct { /* ... */ }
Implements InputSecureFile.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | Secure file ID |
Parts | int | yes | Secure file part count |
MD5Checksum | string | yes | MD5 hash of encrypted uploaded file, to be checked server-side |
FileHash | []byte | yes | File hash |
Secret | []byte | yes | Secret |
References
- Official documentation
- Generated Go reference
- TL definition:
inputSecureFileUploaded#3334b0f0