Report a message, user, or channel
In a channel, a user can report suspicious or harassing messages as well as other users who use abusive language. The user can also report channels if there are any inappropriate content or activity within the channel. Based on this functionality and our report API, you can build your own in-app system for managing objectionable content and subject.
List of arguments
Argument | Type | Description |
---|---|---|
MESSAGE_TO_REPORT | Specifies the message to report for its suspicious, harassing, spam, or inappropriate content. | |
OFFENDING_USER | Specifies the user who uses offensive or abusive language such as sending explicit messages or inappropriate comments. | |
REPORT_CATEGORY | enum class SBDReportCategory | Specifies a report category which indicates the reason for reporting. Acceptable values are |
DESCRIPTION | std::wstring | Specifies additional information to include in the report. |