Interface RichSticker

All Superinterfaces:
ISnowflake, Sticker, StickerSnowflake
All Known Subinterfaces:
GuildSticker, StandardSticker, StickerUnion

public interface RichSticker extends Sticker
Covers more details of stickers which are missing in messages.

This is used when stickers are fetched directly from the API or cache, instead of message objects.

  • Method Details

    • getType

      Returns:
      The type
    • getTags

      @Nonnull Set<String> getTags()
      Set of tags of the sticker. Tags can be used instead of the name of the sticker as aliases.
      Returns:
      Possibly-empty unmodifiable Set of tags of the sticker
    • getDescription

      @Nonnull String getDescription()
      The description of the sticker, or empty String if the sticker doesn't have one.
      Returns:
      Possibly-empty String containing the description of the sticker