1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:27:22 +01:00
MadelineProto/docs/API_docs/constructors/fileLocationUnavailable.md

17 lines
476 B
Markdown
Raw Normal View History

## Constructor: fileLocationUnavailable
### Attributes:
| Name | Type | 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
$fileLocationUnavailable = ['_' => fileLocationUnavailable', 'volume_id' => long, 'local_id' => int, 'secret' => long, ];
```