class TelegramBot::Models::ReplyKeyboardRemove
Overview
https://core.telegram.org/bots/api#replykeyboardremove
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#replykeyboardremove
- .new(remove_keyboard : Bool = true, selective : Bool | Nil = nil)
Instance Method Summary
- #remove_keyboard : Bool
- #remove_keyboard=(remove_keyboard : Bool)
- #selective : Bool | Nil
- #selective=(selective : Bool | Nil)