ChatActionBarReportSpam constructor

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

The chat can be reported as spam using the method reportChat with the reason reportReasonSpam. If the chat is a private chat with a user with an emoji status, then a notice about emoji status usage must be shown

Implementation

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