case class PresenceCustom(name: String, createdAt: Instant, state: Option[String], emoji: Option[ActivityEmoji]) extends Activity with Product with Serializable
- Source
- guild.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PresenceCustom
- Serializable
- Product
- Equals
- Activity
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PresenceCustom(name: String, createdAt: Instant, state: Option[String], emoji: Option[ActivityEmoji])
Value Members
- def assets: Option[ActivityAsset]
Images for the presence and hover texts.
Images for the presence and hover texts.
- Definition Classes
- PresenceCustom → Activity
- val createdAt: Instant
When this activity was created.
When this activity was created.
- Definition Classes
- PresenceCustom → Activity
- def details: Option[String]
What the player is doing.
What the player is doing.
- Definition Classes
- PresenceCustom → Activity
- val emoji: Option[ActivityEmoji]
- val name: String
The text shown
The text shown
- Definition Classes
- PresenceCustom → Activity
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val state: Option[String]
- def timestamps: Option[ActivityTimestamps]
Timestamps for start and end of activity.
Timestamps for start and end of activity.
- Definition Classes
- PresenceCustom → Activity
- def tpe: ActivityType
- Definition Classes
- PresenceCustom → Activity