Skip to main content
Module

x/mtkruto/mod.ts>SendDiceParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface SendDiceParams
implements _SendCommon
Re-export
import { type SendDiceParams } from "https://deno.land/x/mtkruto@0.1.183/mod.ts";

Properties

optional
emoji:
| "🎲"
| "🎯"
| "🏀"
| "⚽"
| "🎳"
| "🎰"

The type of the dice. Can be 🎲, 🎯, 🏀, ⚽, 🎳, 🎰. Defaults to 🎲.