MadelineProtoDocs/old_docs/API_docs_v102/constructors/inputStickerSetEmpty.md
2019-06-24 15:45:02 +02:00

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