Package com.aliucord.wrappers.stickers
Class BaseStickerWrapper
-
- All Implemented Interfaces:
public final class BaseStickerWrapperWraps 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 classBaseStickerWrapper.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StickerFormatTypeformatTypeprivate final Stringformatprivate final StickerPartialstickerPartialprivate final Longidpublic final static BaseStickerWrapper.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description BaseStickerWrapper(BaseSticker sticker)
-
Method Summary
Modifier and Type Method Description final StickerFormatTypegetFormatType()final StringgetFormat()final StickerPartialgetStickerPartial()final LonggetId()final BaseStickerraw()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
-
-
-
-