Layer 220
InputMediaDice
Send a dice-based animated sticker
constructor
inputMediaDice#e66fbf7b emoticon:string = InputMedia;
Parameters
| Name | Type | Description |
|---|---|---|
| Emoticon | string | The emoji, for now, and are supported |
Returns
InputMediaGogram Example
// Creating InputMediaDice constructor obj := &tg.InputMediaDice{ Emoticon: "...", }