Available types

Dice

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

fields

fieldtyperequireddescription
emojistringrequiredEmoji on which the dice throw animation is based
valuenumberrequiredValue of the dice, 1-6 for “”, “” and “” base emoji, 1-5 for “” and “” base emoji, 1-64 for “” base emoji

import

types.ts
import type { Dice } from "@yaebal/types";

used by

types