MadelineProto/docs/API_docs/constructors/fileLocationUnavailable_23.md
2017-05-28 03:49:19 +01:00

763 B

title description
fileLocationUnavailable fileLocationUnavailable attributes, type and example

Constructor: fileLocationUnavailable_23

Back to constructors index

Attributes:

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

Type: FileLocation

Example:

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

Or, if you're into Lua:

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