Class ButtonInteractionEvent


@Experimental public class ButtonInteractionEvent extends ComponentInteractionEvent
Dispatched when a user interacts with a Button the bot has sent.

You are required to respond to this interaction within a three-second window by using one of the following:

See InteractionCreateEvent for more details about valid operations.

This is not directly dispatched by Discord, but is a utility specialization of InteractionCreateEvent.