Interface InteractionCallbackAction
-
- All Superinterfaces:
RestAction<InteractionHook>
- All Known Subinterfaces:
ReplyAction,UpdateInteractionAction
public interface InteractionCallbackAction extends RestAction<InteractionHook>
A callback action is used to acknowledge anInteraction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInteractionCallbackAction.ResponseTypeThe possible types of interaction responses.
-
Method Summary
-
Methods inherited from interface net.dv8tion.jda.api.requests.RestAction
addCheck, and, and, complete, complete, completeAfter, deadline, delay, delay, delay, delay, flatMap, flatMap, getCheck, getJDA, map, mapToResult, onErrorFlatMap, onErrorFlatMap, onErrorMap, onErrorMap, queue, queue, queue, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, setCheck, submit, submit, submitAfter, submitAfter, timeout, zip
-
-