Interface InteractionSlashCommandCallbackData


  • public interface InteractionSlashCommandCallbackData
    • Method Detail

      • isTts

        java.util.Optional<java.lang.Boolean> isTts()
        Checks whether the response is text to speech.
        Returns:
        Whether the response is text to speech.
      • getContent

        java.lang.String getContent()
        Gets the message content.
        Returns:
        The message content.
      • getEmbeds

        java.util.List<Embed> getEmbeds()
        Gets a list with all embeds.
        Returns:
        A list with all embeds.
      • getAllowedMentions

        java.util.List<AllowedMentions> getAllowedMentions()
        Gets a list with all allowed mentions.
        Returns:
        A list with all allowed mentions.