Skip to main content
Module

x/mtkruto/client/5_client.ts>Client#sendDice

Cross-runtime JavaScript library for building Telegram clients
Latest
method Client.prototype.sendDice
import { Client } from "https://deno.land/x/mtkruto@0.2.30/client/5_client.ts";

Send a dice.

Parameters

chatId: ID

The chat to send the dice to.

optional
params: SendDiceParams

Returns

Promise<MessageDice>

The sent dice.