case class ActivityAsset(largeImage: Option[String], largeText: Option[String], smallImage: Option[String], smallText: Option[String]) extends Product with Serializable
- largeImage
Id for the large asset. Usually a snowflake.
- largeText
Text displayed when hovering over the large image.
- smallImage
Id for the small asset. Usually a snowflake.
- smallText
Text displayed when hovering over the small image.
- Source
- guild.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActivityAsset
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ActivityAsset(largeImage: Option[String], largeText: Option[String], smallImage: Option[String], smallText: Option[String])
- largeImage
Id for the large asset. Usually a snowflake.
- largeText
Text displayed when hovering over the large image.
- smallImage
Id for the small asset. Usually a snowflake.
- smallText
Text displayed when hovering over the small image.