Package com.aliucord.wrappers.stickers
Class StickerPartialWrapper
-
- All Implemented Interfaces:
public final class StickerPartialWrapper
Wraps the obfuscated StickerPartial class to provide nice method names
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
StickerPartialWrapper.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 StickerPartialWrapper.Companion
Companion
-
Constructor Summary
Constructors Constructor Description StickerPartialWrapper(StickerPartial sticker)
-
Method Summary
Modifier and Type Method Description final StickerFormatType
getFormatType()
final String
getFormat()
final StickerPartial
getStickerPartial()
final Long
getId()
final StickerPartial
raw()
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
-
-
-
-