inputPhotoLegacyFileLocation
DEPRECATED legacy photo file location
type tg.InputPhotoLegacyFileLocation struct { /* ... */ }
Implements InputFileLocation.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | Photo ID |
AccessHash | int64 | yes | Access hash |
FileReference | []byte | yes | File reference |
VolumeID | int64 | yes | Volume ID |
LocalID | int | yes | Local ID |
Secret | int64 | yes | Secret |
References
- Official documentation
- Generated Go reference
- TL definition:
inputPhotoLegacyFileLocation#d83466f3