Skip to main content
Module

x/grammy_conversations/deps.deno.ts>InlineKeyboardMarkup

Conversational interfaces for grammY.
Latest
interface InlineKeyboardMarkup
Re-export
import { type InlineKeyboardMarkup } from "https://deno.land/x/grammy_conversations@v1.2.0/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