class TelegramBot::ReplyKeyboardRemove

Defined in:

telegram_bot/types/reply_keyboard_remove.cr

Constant Summary

FIELDS = {remove_keyboard: {type: Bool, mustbe: true}, selective: {type: Bool, nilable: true}}

Constructors

Constructor Detail

def self.new(selective : Bool | Nil = nil) #

[View source]