Class MessageReply

java.lang.Object
com.github.kaktushose.jda.commands.dispatching.reply.MessageReply
All Implemented Interfaces:
Reply
Direct Known Subclasses:
ConfigurableReply

public sealed class MessageReply extends Object implements Reply permits ConfigurableReply

Simple builder for sending text messages based on a GenericInteractionCreateEvent.

More formally, can be used to send an arbitrary amount of message replies to the text channel the GenericInteractionCreateEvent was executed in.

Example:

new MessageReply(event, definition, new ReplyConfig()).reply(errorMessage);
See Also: