Skip to main content
Module

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

Helpers for sending emojis.
Latest
method Context.prototype.stopPoll
Re-export
import { Context } from "https://deno.land/x/grammy_emoji@v0.8.13/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