Class SelectedMessageState
-
- All Implemented Interfaces:
public class SelectedMessageStateRepresents a state when a message or its reactions were selected.
-
-
Field Summary
Fields Modifier and Type Field Description private final Messagemessageprivate final Set<String>ownCapabilities
-
Method Summary
Modifier and Type Method Description abstract MessagegetMessage()The selected message. abstract Set<String>getOwnCapabilities()Set of capabilities the user is given for the current channel. -
-
Method Detail
-
getMessage
abstract Message getMessage()
The selected message.
-
getOwnCapabilities
abstract Set<String> getOwnCapabilities()
Set of capabilities the user is given for the current channel. For a full list @see ChannelCapabilities.
-
-
-
-