Interface ReportReasonSpam

Describes the reason why a chat is reported. Subtype of ReportReason.

interface ReportReasonSpam {
    @type: "reportReasonSpam";
}

Properties

Properties

@type: "reportReasonSpam"