Interface DiceStickersRegular

Contains animated stickers which must be used for dice animation rendering. Subtype of DiceStickers.

interface DiceStickersRegular {
    @type: "diceStickersRegular";
    sticker: Sticker;
}

Properties

Properties

@type: "diceStickersRegular"
sticker: Sticker

The animated sticker with the dice animation.