Skip to main content
Module

x/grammy_menu/mod.ts>MenuButton

Interactive menus for grammY
Latest
type alias MenuButton
import { type MenuButton } from "https://deno.land/x/grammy_menu@v1.2.1/mod.ts";

Button of a menu. Almost the same type as InlineKeyboardButton but with texts that can be generated on the fly, and middleware for callback buttons.

definition: { text: MaybeDynamicString<C>; } & RemoveAllTexts<NoCb | Cb<C>>