method Context.prototype.stopPollimport { Context } from "https://dotland.deno.dev/x/grammy@v1.12.4/mod.ts"; stopPoll(other?: Other<"stopPoll", "chat_id" | "message_id">, signal?: AbortSignal)Context-aware alias for api.stopPoll. Use this method to stop a poll which was sent by the bot. On success, the stopped Poll is returned. Parametersoptionalother: Other<"stopPoll", "chat_id" | "message_id">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#stoppoll