import { Context } from "https://deno.land/x/grammy@v1.31.2/context.ts";
Context-aware alias for api.sendPoll
. Use this method to send a native poll. On success, the sent Message is returned.
Parameters
options: InputPollOption[]
A list of answer options, 2-10 strings 1-100 characters each
Optional remaining parameters, confer the official reference below
optional
signal: AbortSignalOptional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#sendpoll