MadelineProtoDocs/docs/API_docs/constructors/fileLocation_23.md

824 B

title description image
fileLocation fileLocation attributes, type and example 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];

Or, if you're into Lua:

fileLocation_23={_='fileLocation', dc_id=int, volume_id=long, local_id=int, secret=long}