Skip to content

GramIO API Reference / gramio/dist / TelegramInlineKeyboardMarkup

Interface: TelegramInlineKeyboardMarkup

Defined in: @gramio/types/out/objects.d.ts:3207

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

Documentation

Properties

PropertyTypeDescriptionDefined in
inline_keyboardTelegramInlineKeyboardButton[][]Array of button rows, each represented by an Array of InlineKeyboardButton objects@gramio/types/out/objects.d.ts:3211