Package com.aliucord.wrappers.stickers
Class StickerWrapper
-
- All Implemented Interfaces:
public final class StickerWrapper
Wraps the obfuscated Sticker class to provide nice method names
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
StickerWrapper.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
private final Boolean
available
private final String
description
private final Long
guildId
private final String
name
private final Long
packId
private final String
tags
private final StickerType
type
private final Boolean
animated
public final static StickerWrapper.Companion
Companion
-
Constructor Summary
Constructors Constructor Description StickerWrapper(Sticker sticker)
-
Method Summary
Modifier and Type Method Description final StickerFormatType
getFormatType()
final String
getFormat()
final StickerPartial
getStickerPartial()
final Long
getId()
final Boolean
getAvailable()
final String
getDescription()
final Long
getGuildId()
final String
getName()
final Long
getPackId()
final String
getTags()
final StickerType
getType()
final Boolean
getAnimated()
final Sticker
raw()
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
-
-
-
-