Uses of Class
org.javacord.api.entity.sticker.StickerUpdater
-
Packages that use StickerUpdater Package Description org.javacord.api.entity.sticker -
-
Uses of StickerUpdater in org.javacord.api.entity.sticker
Methods in org.javacord.api.entity.sticker that return StickerUpdater Modifier and Type Method Description StickerUpdaterSticker. createUpdater()Creates a new sticker updater for the sticker.StickerUpdaterStickerUpdater. setDescription(java.lang.String description)Updates the description of the sticker.StickerUpdaterStickerUpdater. setName(java.lang.String name)Updates the name of the sticker.StickerUpdaterStickerUpdater. setTags(java.lang.String tags)Updates the tags of the sticker.
-