Link Search Menu Expand Document

Constructor: inputPhotoLegacyFileLocation

Back to constructors index

DEPRECATED legacy photo file location

Attributes:

NameTypeRequiredDescription
idlongYesPhoto ID
access_hashlongYesAccess hash
file_referencebytesYesFile reference
volume_idlongYesVolume ID
local_idintYesLocal ID
secretlongYesSecret

Type: InputFileLocation

Example:

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