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.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
inline_keyboard | TelegramInlineKeyboardButton[][] | Array of button rows, each represented by an Array of InlineKeyboardButton objects | @gramio/types/out/objects.d.ts:3211 |