Class SelectedMessageFailedModerationState
-
- All Implemented Interfaces:
public final class SelectedMessageFailedModerationState extends SelectedMessageState
Represents a state when the moderated message was selected.
-
-
Field Summary
Fields Modifier and Type Field Description private final Messagemessageprivate final Set<String>ownCapabilities
-
Constructor Summary
Constructors Constructor Description SelectedMessageFailedModerationState(Message message, Set<String> ownCapabilities)
-
Method Summary
Modifier and Type Method Description MessagegetMessage()The selected message. Set<String>getOwnCapabilities()Set of capabilities the user is given for the current channel. -
-
Method Detail
-
getMessage
Message getMessage()
The selected message.
-
getOwnCapabilities
Set<String> getOwnCapabilities()
Set of capabilities the user is given for the current channel. For a full list @see ChannelCapabilities.
-
-
-
-