Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>InlineKeyboardMarkup

Hydration plugin for API calls and context objects.
Latest
interface InlineKeyboardMarkup
Re-export
import { type InlineKeyboardMarkup } from "https://deno.land/x/grammy_hydrate@v1.4.1/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