Skip to main content
Module

x/grammy/core/api.ts>Api#sendPoll

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

Use this method to send a native poll. On success, the sent Message is returned.

Parameters

chat_id: number | string

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

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<R, "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