mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 11:34:41 +01:00
630 B
630 B
title | description |
---|---|
fileLocation | fileLocation attributes, type and example |
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, ];