report Message
suspend fun BaseChannel.reportMessage(message: BaseMessage, reportCategory: ReportCategory, reportDescription: String?)
Deprecated
As of 4.17.0, replaced with awaitReportMessage(message, reportCategory, reportDescription).
Replace with
awaitReportMessage(message, reportCategory, reportDescription)
Content copied to clipboard
Reports a malicious message.
Since
4.15.0
Parameters
message
UserMessage or FileMessage.
report Category
ReportCategory.
report Description
Report description. (optional)
See also
Report Category