import { type SendPollParams } from "https://deno.land/x/mtkruto@0.1.102/client/3_types.ts";
Properties
True, if the poll allows multiple answers, ignored for polls in quiz mode, defaults to False
Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters with at most 2 line feeds after entities parsing
The parse mode to use for the explanation. If not provided, the default parse mode will be used.
The explanation's entities.
Amount of time in seconds the poll will be active after creation, 5-600. Can't be used together with close_date.
Point in time when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future. Can't be used together with open_period.
Pass True if the poll needs to be immediately closed. This can be useful for poll preview.
Whether to send the message in a silent way without making a sound on the recipients' clients.
The identifier of the chat to send the message on behalf of. User-only.