880 B
880 B
title | description | image |
---|---|---|
fileLocationUnavailable | File location unavailable | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: fileLocationUnavailable
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}