Packages

c

ackcord.data

ActivityAsset

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActivityAsset
  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 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.

Value Members

  1. val largeImage: Option[String]
  2. val largeText: Option[String]
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val smallImage: Option[String]
  5. val smallText: Option[String]