inputFileLocation
DEPRECATED location of a photo
type tg.InputFileLocation struct { /* ... */ }
Implements InputFileLocation.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
VolumeID | int64 | yes | Server volume |
LocalID | int | yes | File identifier |
Secret | int64 | yes | Check sum to access the file |
FileReference | []byte | yes | File reference |
References
- Official documentation
- Generated Go reference
- TL definition:
inputFileLocation#dfdaabe1