ChatActionBarReportSpam constructor

const ChatActionBarReportSpam({
  1. required bool canUnarchive,
})

The chat can be reported as spam using the method reportChat with the reason chatReportReasonSpam

Implementation

const ChatActionBarReportSpam({
  required this.canUnarchive,
});