ReportChat constructor

ReportChat({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. vector<int53>? message_ids,
  5. ChatReportReason? reason,
  6. string? text,
})

Implementation

ReportChat({
  super.extra,
  super.client_id,
  this.chat_id,
  this.message_ids,
  this.reason,
  this.text,
});