Uses of Class
com.github.alex1304.ultimategdbot.api.command.menu.ReactionMenuInteraction
-
Packages that use ReactionMenuInteraction Package Description com.github.alex1304.ultimategdbot.api.command.menu -
-
Uses of ReactionMenuInteraction in com.github.alex1304.ultimategdbot.api.command.menu
Method parameters in com.github.alex1304.ultimategdbot.api.command.menu with type arguments of type ReactionMenuInteraction Modifier and Type Method Description InteractiveMenu
InteractiveMenu. addReactionItem(String emojiName, Function<ReactionMenuInteraction,reactor.core.publisher.Mono<Void>> action)
Adds an item to this menu that is triggered when adding or removing a reaction to the menu message.
-