report

suspend fun BaseChannel.report(reportCategory: ReportCategory, reportDescription: String?)

Deprecated

As of 4.17.0, replaced with awaitReport(reportCategory, reportDescription).

Replace with

awaitReport(reportCategory, reportDescription)

Reports this channel of inappropriate activities.

Since

4.15.0

Parameters

reportCategory

The category of the report

reportDescription

The description of the report

See also

ReportCategory