Uses of Class
com.github.kaktushose.jda.commands.dispatching.reply.MessageReply
Package
Description
Classes for sending bot messages.
-
Uses of MessageReply in com.github.kaktushose.jda.commands.dispatching.reply
Modifier and TypeClassDescriptionfinal class
Subtype ofConfigurableReply
that allows replying only with a name without a message.class
Subtype ofMessageReply
that supports adding components to messages and changing theReplyConfig
.ModifierConstructorDescriptionConfigurableReply
(@NotNull MessageReply reply, @NotNull InteractionRegistry registry, @NotNull String runtimeId) Constructs a new ConfigurableReply.MessageReply
(@NotNull MessageReply reply) Constructs a new MessageReply.