Tourmaline::InlineKeyboardMarkup
Inherits JSON::Serializable < Reference < Object
This object represents an inline keyboard that appears right next to the message it belongs to.
Constructors
new(inline_keyboard : Array(Array(Tourmaline::InlineKeyboardButton)) = [] of Array(Tourmaline::InlineKeyboardButton))
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
<<(row, btn : InlineKeyboardButton)
Sourceinline_keyboard
Array of button rows, each represented by an Array of InlineKeyboardButton objects
Array of button rows, each represented by an Array of InlineKeyboardButton objects