Interface IDeferrableCallback

All Superinterfaces:
Interaction, ISnowflake
All Known Subinterfaces:
ButtonInteraction, CommandInteraction, ComponentInteraction, ContextInteraction<T>, EntitySelectInteraction, IMessageEditCallback, IReplyCallback, MessageContextInteraction, ModalInteraction, SelectMenuInteraction<T,S>, SlashCommandInteraction, StringSelectInteraction, UserContextInteraction
All Known Implementing Classes:
ButtonInteractionEvent, ButtonInteractionImpl, CommandInteractionImpl, ComponentInteractionImpl, ContextInteractionImpl, DeferrableInteractionImpl, EntitySelectInteractionEvent, EntitySelectInteractionImpl, GenericCommandInteractionEvent, GenericComponentInteractionCreateEvent, GenericContextInteractionEvent, GenericSelectMenuInteractionEvent, MessageContextInteractionEvent, MessageContextInteractionImpl, ModalInteractionEvent, ModalInteractionImpl, SelectMenuInteractionImpl, SlashCommandInteractionEvent, SlashCommandInteractionImpl, StringSelectInteractionEvent, StringSelectInteractionImpl, UserContextInteractionEvent, UserContextInteractionImpl

public interface IDeferrableCallback extends Interaction
Interactions which can be deferred.

This is implemented by IReplyCallback and IMessageEditCallback.