Constructor: photoStrippedSize
Back to constructors index
Just the image’s content
Attributes:
| Name | Type | Required | Description |
|---|
| type | string | Yes | Thumbnail type |
| bytes | bytes | Yes | Thumbnail data |
| inflated | bytes | Yes | JPG image data |
Example:
php $photoStrippedSize = ['_' => 'photoStrippedSize', 'type' => 'string', 'bytes' => 'bytes'];