Interface InteractionCallbackResponse


public interface InteractionCallbackResponse
Interaction callback response that is created by interaction replies like IReplyCallback#reply() or interaction updates like IMessageEditCallback#editMessage().
See Also:
  • Method Details

    • getMessage

      @Nullable Message getMessage()
      Returns the Message contained in this callback response, or null if none was created or updated by the response.
      Returns:
      Message contained in this callback response, or null.
    • getResponseType

      Returns the ResponseType that was used for replying to the interaction.
      Returns:
      ResponseType that was used for replying to the interaction.