Interface StickerPack

    • Method Detail

      • getStickers

        java.util.Set<Sticker> getStickers()
        Gets the stickers in this pack.
        Returns:
        The stickers in this pack.
      • getSkuId

        long getSkuId()
        Gets the SKU ID of the sticker pack.
        Returns:
        The SKU ID of the sticker pack.
      • getCoverStickerId

        java.util.Optional<java.lang.Long> getCoverStickerId()
        Gets the ID of the sticker that is shown as the pack's cover.
        Returns:
        The ID of the sticker that is shown as the pack's cover.
      • getDescription

        java.lang.String getDescription()
        Gets the description of the sticker pack.
        Returns:
        The description of the sticker pack.
      • getBannerAssetId

        long getBannerAssetId()
        Gets the ID of the sticker pack's banner image.
        Returns:
        The ID of the sticker pack's banner image.