MadelineProtoDocs/docs/API_docs/constructors/photoStrippedSize.md

767 B

title description image
photoStrippedSize Just the image's content 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

Type: PhotoSize

Example:

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

Or, if you're into Lua:

photoStrippedSize={_='photoStrippedSize', type='string', bytes='bytes'}