Interface InteractionCallbackAction<T>

All Superinterfaces:
RestAction<T>
All Known Subinterfaces:
AutoCompleteCallbackAction, MessageEditCallbackAction, ModalCallbackAction, ReplyCallbackAction

public interface InteractionCallbackAction<T> extends RestAction<T>
A callback action is used to acknowledge an Interaction.
  • Method Details

    • closeResources

      @Nonnull @CheckReturnValue InteractionCallbackAction<T> closeResources()
      Closes all owned resources used for this request.

      This closes all files added, if applicable.

      Returns:
      This instance for chaining.