case class PresenceData(since: Option[Instant], activities: Seq[RawActivity], status: PresenceStatus, afk: Boolean) extends Product with Serializable
- since
If present, instant when the user went idle.
- activities
The presence activities.
- status
The status of the user.
- afk
If the user is AFK.
- Source
- gatewayData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PresenceData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PresenceData(since: Option[Instant], activities: Seq[RawActivity], status: PresenceStatus, afk: Boolean)
- since
If present, instant when the user went idle.
- activities
The presence activities.
- status
The status of the user.
- afk
If the user is AFK.
Value Members
- val activities: Seq[RawActivity]
- val afk: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val since: Option[Instant]
- val status: PresenceStatus