Skip to main content
Module

x/grammy_conversations/deps.deno.ts>KeyboardButton

Conversational interfaces for grammY
Go to Latest
namespace KeyboardButton
Re-export
import { KeyboardButton } from "https://deno.land/x/grammy_conversations@v1.1.1/deps.deno.ts";
type alias KeyboardButton
Re-export
import { type KeyboardButton } from "https://deno.land/x/grammy_conversations@v1.1.1/deps.deno.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.