Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy/types.ts>KeyboardButton

The Telegram Bot Framework.
Go to Latest
type alias KeyboardButton
import { type KeyboardButton } from "https://deno.land/x/grammy@v1.12.3/types.ts";

This object represents one button of the reply keyboard. For simple text buttons String can be used instead of this object to specify text of the button. Optional fields web_app, request_contact, request_location, and request_poll are mutually exclusive.