Layer 220
MessageMediaDice
Dice-based animated sticker
constructor
messageMediaDice#3f7ee58b value:int emoticon:string = MessageMedia;
Parameters
| Name | Type | Description |
|---|---|---|
| Value | int | Dice value |
| Emoticon | string | The emoji, for now, and are supported |
Returns
MessageMediaGogram Example
// Creating MessageMediaDice constructor obj := &tg.MessageMediaDice{ Value: 0, Emoticon: "...", }