MadelineProtoDocs/old_docs/API_docs_v5/constructors/inputStickerSetEmpty.md

475 B

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

Constructor: inputStickerSetEmpty

Back to constructors index

Empty constructor

Type: InputStickerSet

Example:

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

Or, if you're into Lua:

inputStickerSetEmpty={_='inputStickerSetEmpty'}