MadelineProtoDocs/docs/API_docs/constructors/photoSizeEmpty.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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'];