Uses of Class
dev.sympho.bot_utils.event.reply.ReplyEditMono
Packages that use ReplyEditMono
Package
Description
Interface that bridges reply management on different commant types.
-
Uses of ReplyEditMono in dev.sympho.bot_utils.event.reply
Methods in dev.sympho.bot_utils.event.reply that return ReplyEditMonoModifier and TypeMethodDescriptiondefault ReplyEditMonoReply.edit()Edits the reply message.static ReplyEditMonoConstruct a new immutableReplyEditMonoinstance.ReplyEditMono.withAllowedMentions(discord4j.discordjson.possible.Possible<Optional<discord4j.rest.util.AllowedMentions>> value) ReplyEditMono.withAllowedMentions(discord4j.rest.util.AllowedMentions value) Deprecated.ReplyEditMono.withAllowedMentionsOrNull(discord4j.rest.util.AllowedMentions value) final ReplyEditMonoReplyEditMono.withAttachments(Attachment... elements) ReplyEditMono.withAttachments(discord4j.discordjson.possible.Possible<? extends Optional<? extends List<? extends Attachment>>> possible) ReplyEditMono.withAttachments(Iterable<Attachment> elements) Deprecated.ReplyEditMono.withAttachmentsOrNull(Iterable<? extends Attachment> elements) final ReplyEditMonoReplyEditMono.withComponents(LayoutComponent... elements) ReplyEditMono.withComponents(discord4j.discordjson.possible.Possible<? extends Optional<? extends List<? extends LayoutComponent>>> possible) ReplyEditMono.withComponents(Iterable<LayoutComponent> elements) Deprecated.ReplyEditMono.withComponentsOrNull(Iterable<? extends LayoutComponent> elements) ReplyEditMono.withContent(discord4j.discordjson.possible.Possible<Optional<String>> value) ReplyEditMono.withContent(String value) Deprecated.ReplyEditMono.withContentOrNull(String value) final ReplyEditMonoReplyEditMono.withEmbeds(EmbedCreateSpec... elements) ReplyEditMono.withEmbeds(discord4j.discordjson.possible.Possible<? extends Optional<? extends List<? extends EmbedCreateSpec>>> possible) ReplyEditMono.withEmbeds(Iterable<EmbedCreateSpec> elements) Deprecated.ReplyEditMono.withEmbedsOrNull(Iterable<? extends EmbedCreateSpec> elements) final ReplyEditMonoReplyEditMono.withFiles(MessageCreateFields.File... elements) Copy the current immutable object with elements that replace the content offiles.final ReplyEditMonoReplyEditMono.withFiles(Iterable<? extends MessageCreateFields.File> elements) Copy the current immutable object with elements that replace the content offiles.final ReplyEditMonoReplyEditMono.withFileSpoilers(MessageCreateFields.FileSpoiler... elements) Copy the current immutable object with elements that replace the content offileSpoilers.final ReplyEditMonoReplyEditMono.withFileSpoilers(Iterable<? extends MessageCreateFields.FileSpoiler> elements) Copy the current immutable object with elements that replace the content offileSpoilers.final ReplyEditMonoCopy the current immutable object by setting a value for thereplyattribute.