Skip to content

GramIO API Reference / gramio/dist / TelegramInlineKeyboardMarkup

Interface: TelegramInlineKeyboardMarkup

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

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

Documentation

Properties

PropertyTypeDescriptionDefined in
force_reply?booleanOptional. 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.@gramio/types/out/objects.d.ts:3740
inline_keyboardTelegramInlineKeyboardButton[][]Array of button rows, each represented by an Array of InlineKeyboardButton objects@gramio/types/out/objects.d.ts:3736