Interface Sticker

All Superinterfaces:
Entity, HasDescription, HasName, RequiresCatnip, Snowflake, Timestamped
All Known Implementing Classes:
StickerImpl

public interface Sticker extends Snowflake, RequiresCatnip, HasName, HasDescription
Since:
10/15/20.
Author:
amy
  • Method Details

    • packId

      @Nonnull @CheckReturnValue default String packId()
    • packIdAsLong

      @CheckReturnValue long packIdAsLong()
    • tags

      @Nonnull @CheckReturnValue List<String> tags()
    • asset

      @Nonnull @CheckReturnValue String asset()
    • previewAsset

      @Nullable @CheckReturnValue String previewAsset()
    • formatType

      @Nonnull @CheckReturnValue StickerFormatType formatType()
    • cdnUrl

      @Nonnull @CheckReturnValue default String cdnUrl()