method Context.prototype.replyWithPollimport { Context } from "https://dotland.deno.dev/x/grammy@v1.31.1/context.ts"; replyWithPoll(question: string,options: InputPollOption[],other?: Other<"sendPoll", "chat_id" | "question" | "options">,signal?: AbortSignal,)Context-aware alias for api.sendPoll. Use this method to send a native poll. On success, the sent Message is returned. Parametersquestion: stringPoll question, 1-300 characters options: InputPollOption[]A list of answer options, 2-10 strings 1-100 characters each optionalother: Other<"sendPoll", "chat_id" | "question" | "options">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#sendpoll