import { type InlineKeyboardMarkup } from "https://deno.land/x/mtkruto@0.1.130/3_types.ts";
This object represents an inline keyboard that appears right next to the message it belongs to.
Properties
inlineKeyboard: InlineKeyboardButton[][]
Array of button rows, each represented by an Array of InlineKeyboardButton objects