Skip to main content
Module

x/grammy_menu/deps.deno.ts>InlineKeyboardMarkup

Easily create interactive menus with grammY.
Go to Latest
interface InlineKeyboardMarkup
Re-export
import { type InlineKeyboardMarkup } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";

This object represents an inline keyboard that appears right next to the message it belongs to.

Properties

inline_keyboard: InlineKeyboardButton[][]

Array of button rows, each represented by an Array of InlineKeyboardButton objects