Link Search Menu Expand Document

Constructor: photoStrippedSize

Back to constructors index

Just the image’s content

Attributes:

NameTypeRequiredDescription
typestringYesThumbnail type
bytesbytesYesThumbnail data
inflatedbytesYesJPG image data

Type: PhotoSize

Example:

php $photoStrippedSize = ['_' => 'photoStrippedSize', 'type' => 'string', 'bytes' => 'bytes'];