ReplyKeyboardMarkup constructor
ReplyKeyboardMarkup({})
Constructs a ReplyKeyboardMarkup object
Implementation
ReplyKeyboardMarkup({
required this.keyboard,
this.resizeKeyboard,
this.oneTimeKeyboard,
this.inputFieldPlaceholder,
this.selective,
this.isPersistent,
});