Skip to main content
Module

x/grammy/mod.ts>Keyboard#requestPoll

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

Adds a new poll request button. The user will be asked to create a poll and send it to the bot when the button is pressed. Available in private chats only.

Parameters

text: string

The text to display

optional
type: "quiz" | "regular"

The type of permitted polls to create, omit if the user may send a poll of any type