858 B
858 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
Attributes:
Name | Type | Required | Description |
---|---|---|---|
emoticon | string | Yes | The emoji, for now 🏀, 🎲 and 🎯 are supported |
Type: InputStickerSet
Example:
$inputStickerSetDice = ['_' => 'inputStickerSetDice', 'emoticon' => 'string'];
Or, if you're into Lua:
inputStickerSetDice={_='inputStickerSetDice', emoticon='string'}