Layer 220
InputPhotoLegacyFileLocation
DEPRECATED legacy photo file location
constructor
inputPhotoLegacyFileLocation#d83466f3 id:long access_hash:long file_reference:bytes volume_id:long local_id:int secret:long = InputFileLocation;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Photo ID |
| AccessHash | long | Access hash |
| FileReference | bytes | File reference |
| VolumeId | long | Volume ID |
| LocalId | int | Local ID |
| Secret | long | Secret |
Returns
InputFileLocationGogram Example
// Creating InputPhotoLegacyFileLocation constructor obj := &tg.InputPhotoLegacyFileLocation{ Id: int64(0), AccessHash: int64(0), FileReference: []byte{}, VolumeId: int64(0), LocalId: 0, Secret: int64(0), }