Skip to main content
Module

x/mtkruto/mod.ts>KeyboardButtonPollType

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface KeyboardButtonPollType
Re-export
import { type KeyboardButtonPollType } from "https://deno.land/x/mtkruto@0.1.702/mod.ts";

A keyboard button representing the type of the poll that is requested to be created.

Properties

optional
type: "regular" | "quiz"

If a type is not specified, the user will be allowed to choose either type.