case class PresenceStreaming(name: String, uri: Option[String], createdAt: Instant, timestamps: Option[ActivityTimestamps], applicationId: Option[ApplicationId], details: Option[String], state: Option[String], party: Option[ActivityParty], assets: Option[ActivityAsset]) extends Activity with Product with Serializable
The presence of someone streaming
- uri
The uri of the stream
- applicationId
Application id of the game.
- state
The user's party status.
- party
Info about the user's party.
- Source
- guild.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PresenceStreaming
- Serializable
- Product
- Equals
- Activity
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PresenceStreaming(name: String, uri: Option[String], createdAt: Instant, timestamps: Option[ActivityTimestamps], applicationId: Option[ApplicationId], details: Option[String], state: Option[String], party: Option[ActivityParty], assets: Option[ActivityAsset])
- uri
The uri of the stream
- applicationId
Application id of the game.
- state
The user's party status.
- party
Info about the user's party.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val applicationId: Option[ApplicationId]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val assets: Option[ActivityAsset]
Images for the presence and hover texts.
Images for the presence and hover texts.
- Definition Classes
- PresenceStreaming → Activity
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val createdAt: Instant
When this activity was created.
When this activity was created.
- Definition Classes
- PresenceStreaming → Activity
- val details: Option[String]
What the player is doing.
What the player is doing.
- Definition Classes
- PresenceStreaming → Activity
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
The text shown
The text shown
- Definition Classes
- PresenceStreaming → Activity
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val party: Option[ActivityParty]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val state: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timestamps: Option[ActivityTimestamps]
Timestamps for start and end of activity.
Timestamps for start and end of activity.
- Definition Classes
- PresenceStreaming → Activity
- def tpe: ActivityType
- Definition Classes
- PresenceStreaming → Activity
- val uri: Option[String]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])