1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 11:34:41 +01:00
MadelineProto/old_docs/API_docs_v41/constructors/fileLocationUnavailable.md

630 B

title description
fileLocationUnavailable fileLocationUnavailable attributes, type and example

Constructor: fileLocationUnavailable

Back to constructors index

Attributes:

Name Type Required
volume_id long Required
local_id int Required
secret long Required

Type: FileLocation

Example:

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