reportUser

suspend fun BaseChannel.reportUser(offendingUser: User, reportCategory: ReportCategory, reportDescription: String?)

Reports a user of suspicious activities.

Since

4.15.0

Parameters

offendingUser

The user to report

reportCategory

The category of the report

reportDescription

The description of the report

See also

ReportCategory