Uses of Class
org.javacord.api.entity.message.MessageUpdater
-
Packages that use MessageUpdater Package Description org.javacord.api.entity.message -
-
Uses of MessageUpdater in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return MessageUpdater Modifier and Type Method Description default MessageUpdaterMessage. createUpdater()Creates a newMessageUpdaterfor this message that can be used similarly to a builder to edit this message.MessageUpdaterMessageUpdater. removeExistingAttachment(Attachment attachment)Removes an attachment from the message.MessageUpdaterMessageUpdater. removeExistingAttachments()Removes all the attachments from the message.MessageUpdaterMessageUpdater. removeExistingAttachments(java.util.Collection<Attachment> attachments)Removes multiple attachments from the message.MessageUpdaterMessageUpdater. removeExistingAttachments(Attachment... attachments)Removes multiple attachments from the message.
-