ReportChatPhoto constructor

ReportChatPhoto({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int32? file_id,
  5. ChatReportReason? reason,
  6. string? text,
})

Implementation

ReportChatPhoto({
  super.extra,
  super.client_id,
  this.chat_id,
  this.file_id,
  this.reason,
  this.text,
});