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 theMessage
contained in this callback response, ornull
if none was created or updated by the response.Returns theResponseType
that was used for replying to the interaction.
-
Method Details
-
getMessage
Returns theMessage
contained in this callback response, ornull
if none was created or updated by the response.- Returns:
- Message contained in this callback response, or null.
-
getResponseType
Returns theResponseType
that was used for replying to the interaction.- Returns:
- ResponseType that was used for replying to the interaction.
-