inputEncryptedFileLocation
Location of encrypted secret chat file.
type tg.InputEncryptedFileLocation struct { /* ... */ }
Implements InputFileLocation.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | File ID, id parameter value from encryptedFile |
AccessHash | int64 | yes | Checksum, access_hash parameter value from encryptedFile |
References
- Official documentation
- Generated Go reference
- TL definition:
inputEncryptedFileLocation#f5235d55