586 B
586 B
title | description | image |
---|---|---|
inputStickerSetEmpty | inputStickerSetEmpty attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputStickerSetEmpty
Type: InputStickerSet
Example:
$inputStickerSetEmpty = ['_' => 'inputStickerSetEmpty'];
PWRTelegram json-encoded version:
{"_": "inputStickerSetEmpty"}
Or, if you're into Lua:
inputStickerSetEmpty={_='inputStickerSetEmpty'}