Interface MessageInteraction

    • Method Detail

      • getMessage

        Message getMessage()
        Gets the original message that the interaction came from.
        Returns:
        The original message.
      • getType

        InteractionType getType()
        Gets the type of the interaction.
        Returns:
        The type of the interaction.
      • getName

        java.lang.String getName()
        Gets the name of the application command of the interaction.
        Returns:
        The application command name.
      • getUser

        User getUser()
        Gets the user who invoked the interaction.
        Returns:
        The user invokee.