Layer 220
InputFileLocation
DEPRECATED location of a photo
constructor
inputFileLocation#dfdaabe1 volume_id:long local_id:int secret:long file_reference:bytes = InputFileLocation;
Parameters
| Name | Type | Description |
|---|---|---|
| VolumeId | long | Server volume |
| LocalId | int | File identifier |
| Secret | long | Check sum to access the file |
| FileReference | bytes | File reference |
Returns
InputFileLocationGogram Example
// Creating InputFileLocation constructor obj := &tg.InputFileLocation{ VolumeId: int64(0), LocalId: 0, Secret: int64(0), FileReference: []byte{}, }