779 B
779 B
title | description | image |
---|---|---|
photoSizeEmpty | Empty constructor. Image with this thumbnail is unavailable. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: photoSizeEmpty
Empty constructor. Image with this thumbnail is unavailable.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
type | string | Yes | Thumbnail type (see. photoSize) |
Type: PhotoSize
Example:
$photoSizeEmpty = ['_' => 'photoSizeEmpty', 'type' => 'string'];
Or, if you're into Lua:
photoSizeEmpty={_='photoSizeEmpty', type='string'}