MadelineProtoDocs/docs/API_docs/constructors/inputStickerSetDice.md

481 B

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

Constructor: inputStickerSetDice

Back to constructors index

Type: InputStickerSet

Example:

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

Or, if you're into Lua:

inputStickerSetDice={_='inputStickerSetDice'}