Package com.aliucord.wrappers.stickers
Class StickerPartialWrapper
-
- All Implemented Interfaces:
public final class StickerPartialWrapperWraps the obfuscated StickerPartial class to provide nice method names
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStickerPartialWrapper.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StickerFormatTypeformatTypeprivate final Stringformatprivate final StickerPartialstickerPartialprivate final Longidpublic final static StickerPartialWrapper.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description StickerPartialWrapper(StickerPartial sticker)
-
Method Summary
Modifier and Type Method Description final StickerFormatTypegetFormatType()final StringgetFormat()final StickerPartialgetStickerPartial()final LonggetId()final StickerPartialraw()Returns the raw (obfuscated) StickerPartial Object associated with this wrapper -
-
Method Detail
-
getFormatType
final StickerFormatType getFormatType()
-
getStickerPartial
final StickerPartial getStickerPartial()
-
raw
final StickerPartial raw()
Returns the raw (obfuscated) StickerPartial Object associated with this wrapper
-
-
-
-