Packages

c

ackcord.data

StickerItem

case class StickerItem(id: StickerId, name: String, formatType: FormatType) extends Product with Serializable

The structure of a sticker item (the smallest amount of data required to render a sticker)

id

Id of the sticker.

name

Name of the sticker.

formatType

Type of sticker format.

Source
sticker.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StickerItem
  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 StickerItem(id: StickerId, name: String, formatType: FormatType)

    id

    Id of the sticker.

    name

    Name of the sticker.

    formatType

    Type of sticker format.

Value Members

  1. val formatType: FormatType
  2. val id: StickerId
  3. val name: String
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product