ReplyKeyboardRemove constructor

ReplyKeyboardRemove({
  1. bool removeKeyboard = true,
  2. bool? selective,
})

Constructs a ReplyKeyboardRemove object

Implementation

ReplyKeyboardRemove({
  this.removeKeyboard = true,
  this.selective,
});