mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
783 B
783 B
title | description | nav_exclude | image |
---|---|---|---|
fileLocation | fileLocation attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: fileLocation_23
Attributes:
Name | Type | Required |
---|---|---|
dc_id | int | Yes |
volume_id | long | Yes |
local_id | int | Yes |
secret | long | Yes |
Type: FileLocation
Example:
$fileLocation_23 = ['_' => 'fileLocation', 'dc_id' => int, 'volume_id' => long, 'local_id' => int, 'secret' => long];