MadelineProto/docs/API_docs/constructors/fileLocationUnavailable23.md
2017-05-27 22:21:14 +01:00

767 B

title description
fileLocationUnavailable23 fileLocationUnavailable23 attributes, type and example

Constructor: fileLocationUnavailable23

Back to constructors index

Attributes:

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

Type: FileLocation

Example:

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

Or, if you're into Lua:

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