Class SelectedMessageState

  • All Implemented Interfaces:

    
    public class SelectedMessageState
    
                        

    Represents a state when a message or its reactions were selected.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Message getMessage() The selected message.
      abstract Set<String> getOwnCapabilities() Set of capabilities the user is given for the current channel.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.