import { Context } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts";
Context-aware alias for api.sendDice
. Use this method to send an animated emoji that will display a random value. On success, the sent Message is returned.
Parameters
Emoji on which the dice throw animation is based. Currently, must be one of “🎲”, “🎯”, “🏀”, “⚽”, or “🎰”. Dice can have values 1-6 for “🎲” and “🎯”, values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults to “🎲”
Optional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#senddice