Skip to main content
Module

x/grammy/mod.ts>Api#sendDice

The Telegram Bot Framework.
Extremely Popular
Go to Latest
method Api.prototype.sendDice
import { Api } from "https://deno.land/x/grammy@v1.11.1/mod.ts";

Use this method to send an animated emoji that will display a random value. On success, the sent Message is returned.

Parameters

chat_id: number | string

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

emoji: string

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
other: Other<R, "sendDice", "chat_id" | "emoji">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#senddice