Layer 220
constructor
inputMediaDice#e66fbf7b emoticon:string = InputMedia;

Parameters

Name Type Description
Emoticon string The emoji, for now, and are supported

Returns

InputMedia

Gogram Example

// Creating InputMediaDice constructor
obj := &tg.InputMediaDice{
    Emoticon: "...",
}