Packages

c

ackcord.data

StickerPack

case class StickerPack(id: SnowflakeType[StickerPack], stickers: Seq[RawSticker], name: String, skuId: RawSnowflake, coverStickerId: Option[RawSnowflake], description: String, bannerAssetId: RawSnowflake) extends Product with Serializable

A pack of standard stickers

id

The id of the sticker pack.

stickers

The stickers in the pack.

name

The name of the pack.

skuId

The id of the pack's SKU.

coverStickerId

The id of a sticker in the pack which is shown as the pack's icon.

description

A description of the pack.

bannerAssetId

Id of the pack's banner image.

Source
sticker.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StickerPack
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StickerPack(id: SnowflakeType[StickerPack], stickers: Seq[RawSticker], name: String, skuId: RawSnowflake, coverStickerId: Option[RawSnowflake], description: String, bannerAssetId: RawSnowflake)

    id

    The id of the sticker pack.

    stickers

    The stickers in the pack.

    name

    The name of the pack.

    skuId

    The id of the pack's SKU.

    coverStickerId

    The id of a sticker in the pack which is shown as the pack's icon.

    description

    A description of the pack.

    bannerAssetId

    Id of the pack's banner image.

Value Members

  1. val bannerAssetId: RawSnowflake
  2. val coverStickerId: Option[RawSnowflake]
  3. val description: String
  4. val id: SnowflakeType[StickerPack]
  5. val name: String
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. val skuId: RawSnowflake
  8. val stickers: Seq[RawSticker]