Skip to main content
Module

x/grammy/context.ts>Context#replyWithPoll

The Telegram Bot Framework.
Extremely Popular
Go to Latest
method Context.prototype.replyWithPoll
import { Context } from "https://deno.land/x/grammy@v1.11.1/context.ts";

Context-aware alias for api.sendPoll. Use this method to send a native poll. On success, the sent Message is returned.

Parameters

question: string

Poll question, 1-300 characters

options: readonly string[]

A list of answer options, 2-10 strings 1-100 characters each

optional
other: Other<"sendPoll", "chat_id" | "question" | "options">

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#sendpoll