Uses of Class
com.github.jamesnetherton.zulip.client.api.message.request.ReportMessageApiRequest
Packages that use ReportMessageApiRequest
Package
Description
-
Uses of ReportMessageApiRequest in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return ReportMessageApiRequestModifier and TypeMethodDescriptionMessageService.reportMessage
(long messageId, MessageReportReason reportReason) Reports a message for moderation. -
Uses of ReportMessageApiRequest in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request that return ReportMessageApiRequestModifier and TypeMethodDescriptionReportMessageApiRequest.withDescription
(String description) Sets a short description with additional context about why the current user is reporting the target message for moderation.