Package org.javacord.api.entity.sticker
Interface StickerItem
-
- All Superinterfaces:
DiscordEntity,java.util.Formattable,Nameable
public interface StickerItem extends DiscordEntity, Nameable
This class represents the sticker item object.- See Also:
- Discord Docs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StickerFormatTypegetFormatType()Gets the format type of the sticker.-
Methods inherited from interface org.javacord.api.entity.DiscordEntity
getApi, getCreationTimestamp, getId, getIdAsString
-
-
-
-
Method Detail
-
getFormatType
StickerFormatType getFormatType()
Gets the format type of the sticker.- Returns:
- The format type of the sticker.
-
-