Interface RichSticker
- All Superinterfaces:
ISnowflake, Sticker, StickerSnowflake
- All Known Subinterfaces:
GuildSticker, StandardSticker, StickerUnion
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Sticker
Sticker.StickerFormat, Sticker.Type -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the sticker, or empty String if the sticker doesn't have one.getTags()Set of tags of the sticker.getType()TheSticker TypeMethods inherited from interface ISnowflake
getId, getIdLong, getTimeCreatedMethods inherited from interface Sticker
getFormatType, getIcon, getIconUrl, getName
-
Method Details
-
getType
-
getTags
-
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
-