Interface ReportSupergroupAntiSpamFalsePositive

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. Request type for Tdjson#reportSupergroupAntiSpamFalsePositive.

interface ReportSupergroupAntiSpamFalsePositive {
    @type: "reportSupergroupAntiSpamFalsePositive";
    message_id: number;
    supergroup_id: number;
}

Properties

@type: "reportSupergroupAntiSpamFalsePositive"
message_id: number

Identifier of the erroneously deleted message from chatEventMessageDeleted.

supergroup_id: number

Supergroup identifier.