MadelineProtoDocs/docs/API_docs/constructors/fileLocationToBeDeprecated.md

886 B

title description image
fileLocationToBeDeprecated Indicates the location of a photo, will be deprecated soon https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: fileLocationToBeDeprecated

Back to constructors index

Indicates the location of a photo, will be deprecated soon

Attributes:

Name Type Required Description
volume_id long Yes Volume ID
local_id int Yes Local ID

Type: FileLocation

Example:

$fileLocationToBeDeprecated = ['_' => 'fileLocationToBeDeprecated', 'volume_id' => long, 'local_id' => int];

Or, if you're into Lua:

fileLocationToBeDeprecated={_='fileLocationToBeDeprecated', volume_id=long, local_id=int}