MadelineProtoDocs/docs/API_docs/constructors/inputStickerSetEmpty.md

487 B

title description image
inputStickerSetEmpty Empty input sticker set https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputStickerSetEmpty

Back to constructors index

Empty input sticker set

Type: InputStickerSet

Example:

$inputStickerSetEmpty = ['_' => 'inputStickerSetEmpty'];

Or, if you're into Lua:

inputStickerSetEmpty={_='inputStickerSetEmpty'}