MadelineProtoDocs/old_docs/API_docs_v14/constructors/photoSizeEmpty.md

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

Back to constructors index

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'}