1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:17:46 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/fileLocation.md

741 B

title description
fileLocation fileLocation attributes, type and example

Constructor: fileLocation

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 = ['_' => 'fileLocation', 'dc_id' => int, 'volume_id' => long, 'local_id' => int, 'secret' => long, ];

Or, if you're into Lua:

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