mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
775 B
775 B
title | description | nav_exclude | image |
---|---|---|---|
fileLocationUnavailable | fileLocationUnavailable attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: fileLocationUnavailable_23
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];