case class Sticker(id: StickerId, packId: Option[SnowflakeType[StickerPack]], name: String, description: Option[String], tags: Option[String], tpe: StickerType, formatType: FormatType, available: Option[Boolean], guildId: Option[GuildId], userId: Option[UserId], sortValue: Option[Int]) extends Product with Serializable
The structure of a sticker sent in a message.
- id
Id of the sticker.
- packId
Id of the pack the sticker is from.
- name
Name of the sticker.
- description
Description of the sticker.
- tags
A comma-separated list of tags for the sticker.
- formatType
Type of sticker format.
- available
If this guild sticker can currently be used.
- guildId
Id of the guild that owns this sticker.
- userId
The id of the user that uploaded the sticker.
- sortValue
A standard sticker's sort value in it's pack.
- Source
- sticker.scala
- Alphabetic
- By Inheritance
- Sticker
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Sticker(id: StickerId, packId: Option[SnowflakeType[StickerPack]], name: String, description: Option[String], tags: Option[String], tpe: StickerType, formatType: FormatType, available: Option[Boolean], guildId: Option[GuildId], userId: Option[UserId], sortValue: Option[Int])
- id
Id of the sticker.
- packId
Id of the pack the sticker is from.
- name
Name of the sticker.
- description
Description of the sticker.
- tags
A comma-separated list of tags for the sticker.
- formatType
Type of sticker format.
- available
If this guild sticker can currently be used.
- guildId
Id of the guild that owns this sticker.
- userId
The id of the user that uploaded the sticker.
- sortValue
A standard sticker's sort value in it's pack.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val available: Option[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val description: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val formatType: FormatType
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val guildId: Option[GuildId]
- val id: StickerId
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val packId: Option[SnowflakeType[StickerPack]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sortValue: Option[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: Option[String]
- val tpe: StickerType
- val userId: Option[UserId]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])