Layer 224
InputFileLocationObj
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 InputFileLocationObj constructor obj := &tg.InputFileLocationObj{ VolumeId: int64(1234567890), LocalId: 42, Secret: int64(1234567890), FileReference: []byte{0x01, 0x02, 0x03}, }