MadelineProtoDocs/docs/API_docs/constructors/inputFileLocation.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];