mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
764 B
764 B
title | description | nav_exclude | image |
---|---|---|---|
photoSizeEmpty | Empty constructor. Image with this thumbnail is unavailable. | true | 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 » |
Type: PhotoSize
Example:
$photoSizeEmpty = ['_' => 'photoSizeEmpty', 'type' => 'string'];