mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 20:35:03 +01:00
745 B
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
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'];