ReplyKeyboardMarkup constructor

ReplyKeyboardMarkup(
  1. List<List<KeyboardButton>> keyboard, {
  2. bool? resizeKeyboard,
  3. bool? oneTimeKeyboard,
  4. String? inputFieldPlaceholder,
  5. bool? selective,
})

Basic constructor

Implementation

ReplyKeyboardMarkup(
  this.keyboard, {
  this.resizeKeyboard,
  this.oneTimeKeyboard,
  this.inputFieldPlaceholder,
  this.selective,
});