class TelegramBot::ReplyKeyboardRemove
- TelegramBot::ReplyKeyboardRemove
- Reference
- Object
Defined in:
telegram_bot/types/reply_keyboard_remove.crConstant Summary
-
FIELDS =
{remove_keyboard: {type: Bool, mustbe: true}, selective: {type: Bool, nilable: true}}
Constructors
Instance Method Summary
- #remove_keyboard : Bool
- #remove_keyboard=(_remove_keyboard : Bool)
- #selective : Bool | Nil
- #selective=(_selective : Bool | Nil)
- #to_json(json : JSON::Builder)