ForceReply constructor

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

Constructs a ForceReply object.

Implementation

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