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

x/grammy_types/markup.ts>KeyboardButton

Type declarations of the Telegram Bot API.
Very Popular
Latest
type alias KeyboardButton
import { type KeyboardButton } from "https://deno.land/x/grammy_types@v3.9.0/markup.ts";

This object represents one button of the reply keyboard. At most one of the optional fields must be used to specify type of the button. For simple text buttons, String can be used instead of this object to specify the button text.