Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface grammy.InlineKeyboardMarkup
Re-export
import { type grammy } from "https://deno.land/x/abstract_bot_api@85.0.0/deps.ts";
const { InlineKeyboardMarkup } = grammy;

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