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
- Alphabetic
- By Inheritance
Inherited
- StickerPack
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- val bannerAssetId: RawSnowflake
- val coverStickerId: Option[RawSnowflake]
- val description: String
- val id: SnowflakeType[StickerPack]
- val name: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val skuId: RawSnowflake
- val stickers: Seq[RawSticker]