Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias StopPoll
import { type StopPoll } from "https://deno.land/x/telegram_bot_api@0.4.0/src/types/updating-messages/methods.ts";
definition: (params: { chat_id: number | string; message_id: number; reply_markup?: InlineKeyboardMarkup; }) => Promise<Poll>