2019-03-08 13:49:23 +01:00

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

PWRTelegram json-encoded version:

{"_": "inputStickerSetEmpty"}

Or, if you're into Lua:

inputStickerSetEmpty={_='inputStickerSetEmpty'}