mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 23:39:36 +01:00
19 lines
445 B
Markdown
19 lines
445 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 = ['volume_id' => long, 'local_id' => int, 'secret' => long, ];
|
|
``` |