ReplyMarkupShowKeyboard constructor
ReplyMarkupShowKeyboard({})
Implementation
ReplyMarkupShowKeyboard({
required this.rows,
required this.isPersistent,
required this.resizeKeyboard,
required this.oneTime,
required this.isPersonal,
required this.inputFieldPlaceholder,
});