Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/telegram_bot_api/mod.ts>Poll

Deno Telegram bot API
Latest
interface Poll
Re-export
import { type Poll } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";

Properties

id: string
question: string
options: PollOption[]
total_voter_count: number
is_closed: boolean
is_anonymous: boolean
type: string
allows_multiple_answers: boolean
optional
correct_option_id: number
optional
explanation: string
optional
explanation_entities: MessageEntity[]
optional
open_period: number
optional
close_date: number