Skip to main content
Module

x/grammy_conversations/deps.deno.ts>Api#sendPoll

Conversational interfaces for grammY
Go to Latest
method Api.prototype.sendPoll
import { Api } from "https://deno.land/x/grammy_conversations@v1.1.1/deps.deno.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