Interface IDeferrableCallback

All Superinterfaces:
Interaction, ISnowflake
All Known Subinterfaces:
ButtonInteraction, CommandInteraction, ComponentInteraction, ContextInteraction<T>, IMessageEditCallback, IReplyCallback, MessageContextInteraction, ModalInteraction, SelectMenuInteraction, SlashCommandInteraction, UserContextInteraction
All Known Implementing Classes:
ButtonInteractionEvent, GenericCommandInteractionEvent, GenericComponentInteractionCreateEvent, GenericContextInteractionEvent, MessageContextInteractionEvent, ModalInteractionEvent, SelectMenuInteractionEvent, SlashCommandInteractionEvent, UserContextInteractionEvent

public interface IDeferrableCallback extends Interaction
Interactions which can be deferred.

This is implemented by IReplyCallback and IMessageEditCallback.