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.170/mod.ts";

Properties

optional
emoji:
| "🎲"
| "🎯"
| "πŸ€"
| "⚽"
| "🎳"
| "🎰"

The type of the dice. Can be 🎲, 🎯, πŸ€, ⚽, 🎳, 🎰. Defaults to 🎲.