MadelineProtoDocs/old_docs/API_docs_v81/constructors/inputStickerSetEmpty.md
2018-07-12 20:24:55 +02:00

586 B

title description image
inputStickerSetEmpty inputStickerSetEmpty attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputStickerSetEmpty

Back to constructors index

Type: InputStickerSet

Example:

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

PWRTelegram json-encoded version:

{"_": "inputStickerSetEmpty"}

Or, if you're into Lua:

inputStickerSetEmpty={_='inputStickerSetEmpty'}