Interface MessageActivity


  • public interface MessageActivity
    This class represents a MessageActivity like Spotify group listening.
    • Method Detail

      • getType

        MessageActivityType getType()
        Gets the type of the activity.
        Returns:
        The type of the activity.
      • getPartyId

        java.util.Optional<java.lang.String> getPartyId()
        Gets the party id of the activity.
        Returns:
        The party id of the activity.
      • getMessage

        Message getMessage()
        Gets the message of the activity.
        Returns:
        The message of the activity.