mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
17 lines
476 B
Markdown
17 lines
476 B
Markdown
## 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|
|
|
### Type:
|
|
|
|
[FileLocation](../types/FileLocation.md)
|
|
### Example:
|
|
|
|
```
|
|
$fileLocationUnavailable = ['_' => fileLocationUnavailable', 'volume_id' => long, 'local_id' => int, 'secret' => long, ];
|
|
``` |