Constructor: inputPhotoLegacyFileLocation
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];