Constructor: photoCachedSize
Description of an image and its content.
Attributes:
| Name | Type | Required | Description | 
|---|---|---|---|
| type | string | Yes | Thumbnail type | 
| w | int | Yes | Image width | 
| h | int | Yes | Image height | 
| bytes | bytes | Yes | Binary data, file content | 
Type: PhotoSize
Example:
 $photoCachedSize = ['_' => 'photoCachedSize', 'type' => 'string', 'w' => int, 'h' => int, 'bytes' => 'bytes'];