Layer 224
constructor
inputStickerSetDice#e67f520e emoticon:string = InputStickerSet;

Parameters

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

Returns

InputStickerSet

Gogram Example

// Creating InputStickerSetDice constructor
obj := &tg.InputStickerSetDice{
    Emoticon: "Hello, World!",
}