import { type SendPollParams } from "https://deno.land/x/mtkruto@0.6.2/client/0_params.ts";
Properties
The parse mode to use for the poll's question. If not provided, the default parse mode will be used.
The parse mode to use for the poll's options. If not provided, the default parse mode will be used.
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.
The parse mode to use for the explanation. If not provided, the default parse mode will be used.
Duration of the poll in seconds. Must be in the range of 5-600. Cannot be used simultaneously with closeDate
.
The 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
.