ReplyMarkupForceReply constructor

ReplyMarkupForceReply({
  1. String? extra,
  2. int? client_id,
  3. Bool? is_personal,
  4. string? input_field_placeholder,
})

Implementation

ReplyMarkupForceReply({
  super.extra,
  super.client_id,
  this.is_personal,
  this.input_field_placeholder,
});