Packages

t

ackcord.data

Activity

sealed trait Activity extends AnyRef

The text in a presence

Source
guild.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Activity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def assets: Option[ActivityAsset]

    Images for the presence and hover texts.

  2. abstract def createdAt: Instant

    When this activity was created.

  3. abstract def details: Option[String]

    What the player is doing.

  4. abstract def name: String

    The text shown

  5. abstract def timestamps: Option[ActivityTimestamps]

    Timestamps for start and end of activity.

  6. abstract def tpe: ActivityType