Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/types/0_keyboard_button_poll_type.ts>KeyboardButtonPollType

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface KeyboardButtonPollType
import { type KeyboardButtonPollType } from "https://deno.land/x/mtkruto@0.1.130/types/0_keyboard_button_poll_type.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.