Package com.aliucord.wrappers.stickers
Object StickerWrapper.Companion
-
- All Implemented Interfaces:
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
INSTANCE
-
Method Summary
Modifier and Type Method Description final StickerFormatType
getFormatType(Sticker $self)
final String
getFormat(Sticker $self)
final StickerPartial
getStickerPartial(Sticker $self)
final Long
getId(Sticker $self)
final Boolean
getAvailable(Sticker $self)
final String
getDescription(Sticker $self)
final Long
getGuildId(Sticker $self)
final String
getName(Sticker $self)
final Long
getPackId(Sticker $self)
final String
getTags(Sticker $self)
final StickerType
getType(Sticker $self)
final Boolean
getAnimated(Sticker $self)
-
-
Method Detail
-
getFormatType
final StickerFormatType getFormatType(Sticker $self)
-
getStickerPartial
final StickerPartial getStickerPartial(Sticker $self)
-
getAvailable
final Boolean getAvailable(Sticker $self)
-
getDescription
final String getDescription(Sticker $self)
-
getGuildId
final Long getGuildId(Sticker $self)
-
getType
final StickerType getType(Sticker $self)
-
getAnimated
final Boolean getAnimated(Sticker $self)
-
-
-
-