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 Summary
Modifier and TypeMethodDescriptionReturns theMessagecontained in this callback response, ornullif none was created or updated by the response.Returns theResponseTypethat was used for replying to the interaction.
-
Method Details
-
getMessage
Returns theMessagecontained in this callback response, ornullif none was created or updated by the response.- Returns:
- Message contained in this callback response, or null.
-
getResponseType
Returns theResponseTypethat was used for replying to the interaction.- Returns:
- ResponseType that was used for replying to the interaction.
-