MadelineProtoDocs/docs/API_docs/constructors/fileLocation_23.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];