MadelineProto/docs/API_docs/constructors/fileLocation.md

28 lines
629 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: fileLocation
2016-12-20 13:32:11 +01:00
description: fileLocation attributes, type and example
2016-12-20 13:15:22 +01:00
---
## Constructor: fileLocation
2016-12-20 13:15:22 +01:00
[Back to constructors index](index.md)
### 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:56:05 +01:00
### Type: [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, ];
```