MadelineProto/docs/API_docs/constructors/fileLocation.md

18 lines
502 B
Markdown
Raw Normal View History

## Constructor: fileLocation
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|dc\_id|[int](../types/int.md) | Required|
|volume\_id|[long](../types/long.md) | Required|
|local\_id|[int](../types/int.md) | Required|
|secret|[long](../types/long.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[FileLocation](../types/FileLocation.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$fileLocation = ['_' => fileLocation', 'dc_id' => int, 'volume_id' => long, 'local_id' => int, 'secret' => long, ];
```