ChatActionBarReportSpam constructor
const
ChatActionBarReportSpam({
- required bool canUnarchive,
The chat can be reported as spam using the method reportChat with the reason chatReportReasonSpam
Implementation
const ChatActionBarReportSpam({
required this.canUnarchive,
});