Class ReplyAction
java.lang.Object
io.github.kaktushose.jdac.dispatching.reply.internal.ReplyAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponents(MessageTopLevelComponent... components) voidaddEmbeds(MessageEmbed... embeds) voidallowedMentions(@Nullable Collection<Message.MentionType> allowedMentions) voidbuilder(Consumer<MessageCreateBuilder> builder) voideditReply(boolean editReply) voidephemeral(boolean ephemeral) voidkeepComponents(boolean keepComponents) voidkeepSelections(boolean keepSelections) voidmention(Collection<IMentionable> mentions) reply()reply(Collection<MessageTopLevelComponentUnion> components, Entry... placeholder) reply(MessageTopLevelComponent component, Entry... placeholder) reply(ComponentReplacer userProvided, ComponentReplacer resolver, Entry... placeholder) reply(MessageEmbed first, MessageEmbed... additional) reply(MessageCreateData data) voidsilent(boolean silent)
-
Constructor Details
-
ReplyAction
-
-
Method Details
-
ephemeral
public void ephemeral(boolean ephemeral) -
editReply
public void editReply(boolean editReply) -
keepComponents
public void keepComponents(boolean keepComponents) -
keepSelections
public void keepSelections(boolean keepSelections) -
silent
public void silent(boolean silent) -
allowedMentions
-
mention
-
replyConfig
-
componentTree
-
reply
-
reply
-
reply
-
reply
-
reply
-
reply
public Message reply(ComponentReplacer userProvided, ComponentReplacer resolver, Entry... placeholder) -
builder
-
addComponents
-
addEmbeds
-
reply
-