report User
suspend fun BaseChannel.reportUser(offendingUser: User, reportCategory: ReportCategory, reportDescription: String?)
Deprecated
As of 4.17.0, replaced with awaitReportUser(offendingUser, reportCategory, reportDescription).
Replace with
awaitReportUser(offendingUser, reportCategory, reportDescription)
Content copied to clipboard
Reports a user of suspicious activities.
Since
4.15.0
Parameters
offending User
The user to report
report Category
The category of the report
report Description
The description of the report
See also
Report Category