1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 09:07:47 +01:00
MadelineProto/docs/API_docs/constructors/fileLocationUnavailable.md
2016-12-20 13:15:22 +01:00

559 B

title
fileLocationUnavailable

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