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