Interface ReplyCallbackAction

All Superinterfaces:
AllowedMentions<ReplyCallbackAction>, InteractionCallbackAction<InteractionHook>, RestAction<InteractionHook>

public interface ReplyCallbackAction extends InteractionCallbackAction<InteractionHook>, AllowedMentions<ReplyCallbackAction>
A InteractionCallbackAction which can be used to send a message reply for an interaction.
You can use setEphemeral(boolean) to hide this message from other users.