import { type Poll } from "https://deno.land/x/mtkruto@0.2.50/3_types.ts";
A poll.
Properties
questionEntities: MessageEntity[]
The entities of the poll's question.
options: PollOption[]
The poll's options.
optional
explanationEntities: MessageEntity[]The explanation's entities.
optional
closeDate: DateThe time in which the poll will be closed.