Interface StickerSnowflake

All Superinterfaces:
ISnowflake
All Known Subinterfaces:
GuildSticker, RichSticker, StandardSticker, Sticker, StickerItem, StickerUnion

public interface StickerSnowflake extends ISnowflake
Represents an abstract sticker reference by only the sticker ID.

This is used for methods which only need a sticker ID to function, you cannot use this for getting names or similar. To get information about a sticker by their ID you can use JDA.retrieveSticker(StickerSnowflake) instead.