Skip to main content
Module

x/grammy_types/markup.ts>InlineKeyboardMarkup

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface InlineKeyboardMarkup
import { type InlineKeyboardMarkup } from "https://deno.land/x/grammy_types@v3.5.2/markup.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