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 net.dv8tion.jda.api.entities.sticker.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 Type
Methods inherited from interface net.dv8tion.jda.api.entities.ISnowflake
getId, getIdLong, getTimeCreated
Methods inherited from interface net.dv8tion.jda.api.entities.sticker.Sticker
getFormatType, getIcon, getIconUrl, getName
-
Method Details
-
getType
TheSticker Type
- Returns:
- The type
-
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
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
-