Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias SendDice
Re-export
import { type SendDice } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: { chat_id: number | string; emoji?: DiceEmoji; disable_notification?: boolean; reply_to_message_id?: number; allow_sending_without_reply?: boolean; reply_markup?:
| InlineKeyboardMarkup
| ReplyKeyboardMarkup
| ReplyKeyboardRemove
| ForceReply
; }
) => Promise<Message>