Interface IPremiumRequiredReplyCallback

All Superinterfaces:
IDeferrableCallback, Interaction, ISnowflake
All Known Subinterfaces:
ButtonInteraction, CommandInteraction, ComponentInteraction, ContextInteraction<T>, EntitySelectInteraction, MessageContextInteraction, SelectMenuInteraction<T,S>, SlashCommandInteraction, StringSelectInteraction, UserContextInteraction
All Known Implementing Classes:
ButtonInteractionEvent, EntitySelectInteractionEvent, GenericCommandInteractionEvent, GenericComponentInteractionCreateEvent, GenericContextInteractionEvent, GenericSelectMenuInteractionEvent, MessageContextInteractionEvent, SlashCommandInteractionEvent, StringSelectInteractionEvent, UserContextInteractionEvent

public interface IPremiumRequiredReplyCallback extends IDeferrableCallback
Replies with an in-built client message stating that an Entitlement is required.

Replying with replyWithPremiumRequired() will automatically acknowledge this interaction.

Note:This interaction requires monetization to be enabled.