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

1.1 KiB

title description nav_exclude image
inputPhotoLegacyFileLocation DEPRECATED legacy photo file location true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPhotoLegacyFileLocation

Back to constructors index

DEPRECATED legacy photo file location

Attributes:

Name Type Required Description
id long Yes Photo ID
access_hash long Yes Access hash
file_reference bytes Yes File reference
volume_id long Yes Volume ID
local_id int Yes Local ID
secret long Yes Secret

Type: InputFileLocation

Example:

$inputPhotoLegacyFileLocation = ['_' => 'inputPhotoLegacyFileLocation', 'id' => long, 'access_hash' => long, 'file_reference' => 'bytes', 'volume_id' => long, 'local_id' => int, 'secret' => long];