MadelineProtoDocs/old_docs/API_docs_v40/constructors/inputStickerSetDice.md

591 B

title description image
inputStickerSetDice Used for fetching [animated dice stickers](https://core.telegram.org/api/dice) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputStickerSetDice

Back to constructors index

Used for fetching animated dice stickers

Type: InputStickerSet

Example:

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

Or, if you're into Lua:

inputStickerSetDice={_='inputStickerSetDice'}