MadelineProtoDocs/old_docs/API_docs_v66/constructors/fileLocationUnavailable.md

880 B

title description image
fileLocationUnavailable File location unavailable https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: fileLocationUnavailable

Back to constructors index

File location unavailable

Attributes:

Name Type Required Description
volume_id long Yes Volume ID
local_id int Yes Local ID
secret long Yes Secret

Type: FileLocation

Example:

$fileLocationUnavailable = ['_' => 'fileLocationUnavailable', 'volume_id' => long, 'local_id' => int, 'secret' => long];

Or, if you're into Lua:

fileLocationUnavailable={_='fileLocationUnavailable', volume_id=long, local_id=int, secret=long}