897 B
897 B
title | description | image |
---|---|---|
inputFileLocation | DEPRECATED location of a photo | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputFileLocation
DEPRECATED location of a photo
Attributes:
Name | Type | Required | Description |
---|---|---|---|
volume_id | long | Yes | Server volume |
local_id | int | Yes | File identifier |
secret | long | Yes | Check sum to access the file |
Type: InputFileLocation
Example:
$inputFileLocation = ['_' => 'inputFileLocation', 'volume_id' => long, 'local_id' => int, 'secret' => long];
Or, if you're into Lua:
inputFileLocation={_='inputFileLocation', volume_id=long, local_id=int, secret=long}