mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1003 B
1003 B
title | description | nav_exclude | image |
---|---|---|---|
inputFileLocation | DEPRECATED location of a photo | true | 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 |
file_reference | bytes | Yes | File reference |
Type: InputFileLocation
Example:
$inputFileLocation = ['_' => 'inputFileLocation', 'volume_id' => long, 'local_id' => int, 'secret' => long, 'file_reference' => 'bytes'];