Skip to main content
Module

x/grammy/types.web.ts>InlineKeyboardMarkup

The Telegram Bot Framework.
Extremely Popular
Go to Latest
interface InlineKeyboardMarkup
Re-export
import { type InlineKeyboardMarkup } from "https://deno.land/x/grammy@v1.13.1/types.web.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