Package com.aliucord.wrappers.stickers
Class StickerWrapper
-
- All Implemented Interfaces:
public final class StickerWrapperWraps the obfuscated Sticker class to provide nice method names
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStickerWrapper.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StickerFormatTypeformatTypeprivate final Stringformatprivate final StickerPartialstickerPartialprivate final Longidprivate final Booleanavailableprivate final Stringdescriptionprivate final LongguildIdprivate final Stringnameprivate final LongpackIdprivate final Stringtagsprivate final StickerTypetypeprivate final Booleananimatedpublic final static StickerWrapper.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description StickerWrapper(Sticker sticker)
-
Method Summary
Modifier and Type Method Description final StickerFormatTypegetFormatType()final StringgetFormat()final StickerPartialgetStickerPartial()final LonggetId()final BooleangetAvailable()final StringgetDescription()final LonggetGuildId()final StringgetName()final LonggetPackId()final StringgetTags()final StickerTypegetType()final BooleangetAnimated()final Stickerraw()Returns the raw (obfuscated) Sticker Object associated with this wrapper -
-
Method Detail
-
getFormatType
final StickerFormatType getFormatType()
-
getStickerPartial
final StickerPartial getStickerPartial()
-
getAvailable
final Boolean getAvailable()
-
getDescription
final String getDescription()
-
getGuildId
final Long getGuildId()
-
getType
final StickerType getType()
-
getAnimated
final Boolean getAnimated()
-
raw
final Sticker raw()
Returns the raw (obfuscated) Sticker Object associated with this wrapper
-
-
-
-