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