reportMessage

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

Reports a malicious message.

Since

4.15.0

Parameters

message

UserMessage or FileMessage.

reportCategory

ReportCategory.

reportDescription

Report description. (optional)

See also

ReportCategory