ReplyMarkupForceReply constructor

const ReplyMarkupForceReply({
  1. required bool isPersonal,
  2. required String inputFieldPlaceholder,
})

Instructs application to force a reply to this message

Implementation

const ReplyMarkupForceReply({
  required this.isPersonal,
  required this.inputFieldPlaceholder,
});