--- title: inputStickerSetDice description: inputStickerSetDice attributes, type and example image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputStickerSetDice [Back to constructors index](index.md) ### Type: [InputStickerSet](../types/InputStickerSet.md) ### Example: ```php $inputStickerSetDice = ['_' => 'inputStickerSetDice']; ``` Or, if you're into Lua: ```lua inputStickerSetDice={_='inputStickerSetDice'} ```