Package com.aliucord.wrappers.stickers
Class BaseStickerWrapper
-
- All Implemented Interfaces:
public final class BaseStickerWrapper
Wraps the obfuscated BaseSticker class to provide nice method names and require only one central update if method names change after an update
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
BaseStickerWrapper.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StickerFormatType
formatType
private final String
format
private final StickerPartial
stickerPartial
private final Long
id
public final static BaseStickerWrapper.Companion
Companion
-
Constructor Summary
Constructors Constructor Description BaseStickerWrapper(BaseSticker sticker)
-
Method Summary
Modifier and Type Method Description final StickerFormatType
getFormatType()
final String
getFormat()
final StickerPartial
getStickerPartial()
final Long
getId()
final BaseSticker
raw()
Returns the raw (obfuscated) BaseSticker Object associated with this wrapper -
-
Method Detail
-
getFormatType
final StickerFormatType getFormatType()
-
getStickerPartial
final StickerPartial getStickerPartial()
-
raw
final BaseSticker raw()
Returns the raw (obfuscated) BaseSticker Object associated with this wrapper
-
-
-
-