Layer 224
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: 42,
    Emoticon: "Hello, World!",
}