MadelineProtoDocs/template/photoStrippedSize.md
2024-05-01 14:53:46 +02:00

745 B

title description nav_exclude image
photoStrippedSize Just the image's content true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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

Type: PhotoSize

Example:

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