ForceReply constructor

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

Basic constructor

Implementation

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