Layer 220
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

MessageMedia

Gogram Example

// Creating MessageMediaDice constructor
obj := &tg.MessageMediaDice{
    Value: 0,
    Emoticon: "...",
}