TgKit library and website are still in early development!

InlineKeyboardMarkup Class

Represents an inline keyboard that appears right next to the message it belongs to.

Properties

inlineKeyboard

Properties

inlineKeyboard

Array of button rows, each represented by an Array of InlineKeyboardButton objects

See the code

Methods

setKeyboard(inlineKeyboard: undefined): InlineKeyboardMarkup

See the code

toJSON(): object

See the code