method Client.prototype.sendDiceimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendDice(chatId: ID, params?: SendDiceParams): Promise<MessageDice>Send a dice. ParameterschatId: IDThe chat to send the dice to. optionalparams: SendDiceParamsReturnsPromise<MessageDice>The sent dice.