Interface Dice

This object represents an animated emoji that displays a random value.

interface Dice {
    emoji: string;
    value: number;
}

Properties

Properties

emoji: string

Emoji on which the dice throw animation is based

value: number

Value of the dice, 1-6 for "🎲", "🎯" and "🎳" base emoji, 1-5 for "🏀" and "⚽" base emoji, 1-64 for "🎰" base emoji