Skip to main content
Module

x/grammy_conversations/deps.deno.ts>Context#stopPoll

Conversational interfaces for grammY
Go to Latest
method Context.prototype.stopPoll
Re-export
import { Context } from "https://deno.land/x/grammy_conversations@v1.1.0/deps.deno.ts";

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.

Parameters

optional
other: Other<"stopPoll", "chat_id" | "message_id">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#stoppoll