ReportSupergroupAntiSpamFalsePositive constructor

const ReportSupergroupAntiSpamFalsePositive({
  1. required int supergroupId,
  2. required int messageId,
})

Reports a false deletion of a message by aggressive anti-spam checks; requires administrator rights in the supergroup. Can be called only for messages from chatEventMessageDeleted with can_report_anti_spam_false_positive == true

Implementation

const ReportSupergroupAntiSpamFalsePositive({
  required this.supergroupId,
  required this.messageId,
});