ForceReply constructor

ForceReply({
  1. required bool forceReply,
  2. String? inputFieldPlaceholder,
  3. bool? selective,
})

Implementation

ForceReply({
  required this.forceReply,
  this.inputFieldPlaceholder,
  this.selective,
});