591 B
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
Used for fetching animated dice stickers
Type: InputStickerSet
Example:
$inputStickerSetDice = ['_' => 'inputStickerSetDice'];
Or, if you're into Lua:
inputStickerSetDice={_='inputStickerSetDice'}