awaitReportMessage

suspend fun BaseChannel.awaitReportMessage(message: BaseMessage, reportCategory: ReportCategory, reportDescription: String?)

Reports a malicious message.

Since

4.17.0

Parameters

message

UserMessage or FileMessage.

reportCategory

ReportCategory.

reportDescription

Report description. (optional)

See also

ReportCategory