Constructor: photoSize_23
Image description.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
type | string | Yes | Thumbnail type » |
location | FileLocation | Yes | |
w | int | Yes | Image width |
h | int | Yes | Image height |
size | int | Yes | File size |
Type: PhotoSize
Example:
$photoSize_23 = ['_' => 'photoSize', 'type' => 'string', 'location' => FileLocation, 'w' => int, 'h' => int, 'size' => int];