mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 08:47:50 +01:00
478 B
478 B
Constructor: fileLocationUnavailable
Attributes:
Name | Type | Required |
---|---|---|
volume_id | long | Required |
local_id | int | Required |
secret | long | Required |
Type: FileLocation
Example:
$fileLocationUnavailable = ['_' => fileLocationUnavailable', 'volume_id' => long, 'local_id' => int, 'secret' => long, ];