Tourmaline::InlineKeyboardMarkup
Inherits JSON::Serializable / Reference / Object
This object represents an inline keyboard that appears right next to the message it belongs to. Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will display unsupported message.
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