826 B
826 B
title | description | image |
---|---|---|
photoStrippedSize | Just the image's content | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: photoStrippedSize
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'];
Or, if you're into Lua:
photoStrippedSize={_='photoStrippedSize', type='string', bytes='bytes'}