class TelegramBot::Models::InlineKeyboardMarkup
Overview
https://core.telegram.org/bots/api#inlinekeyboardmarkup
Defined in:
telegram_bot/models.crConstructors
- .new(inline_keyboard : Array(Array(InlineKeyboardButton)))
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#inlinekeyboardmarkup
Instance Method Summary
- #inline_keyboard : Array(Array(InlineKeyboardButton))
- #inline_keyboard=(inline_keyboard : Array(Array(InlineKeyboardButton)))