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