Layer 220
InputStickerSetDice
Used for fetching animated dice stickers
constructor
inputStickerSetDice#e67f520e emoticon:string = InputStickerSet;
Parameters
| Name | Type | Description |
|---|---|---|
| Emoticon | string | The emoji, for now, and are supported |
Returns
InputStickerSetGogram Example
// Creating InputStickerSetDice constructor obj := &tg.InputStickerSetDice{ Emoticon: "...", }