Available types

InlineKeyboardMarkup

This object represents an inline keyboard that appears right next to the message it belongs to.

fields

fieldtyperequireddescription
inline_keyboardInlineKeyboardButton[][]requiredArray of button rows, each represented by an Array of InlineKeyboardButton objects
force_replybooleanoptionalOptional. Pass True if the reply interface must be shown to the user, as if they had manually selected the bot's message and tapped 'Reply'. The value of the field can't be changed when the inline keyboard is edited.

import

types.ts
import type { InlineKeyboardMarkup } from "@yaebal/types";

used by

methods

types