interface SendPollParams
implements _SendCommon
import { type SendPollParams } from "https://deno.land/x/mtkruto@0.1.157/client/0_params.ts";
Properties
Whether multiple selections should be allowed. Only valid for regular polls.
A text that will be shown to the user when the poll is answered. Only valid for quiz polls.
optional
explanationParseMode: ParseModeThe parse mode to use for the explanation. If not provided, the default parse mode will be used.
optional
explanationEntities: MessageEntity[]The explanation's entities.
Duration of the poll in seconds. Must be in the range of 5-600. Cannot be used simultaneously with closeDate
.
optional
closeDate: DateThe time in which the poll will be closed. Must be at least 5 seconds in the future, and no more than 600. Cannot be used simultaneously with openPeriod
.