Packages

c

ackcord.data

PresenceStreaming

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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PresenceStreaming
  2. Serializable
  3. Product
  4. Equals
  5. Activity
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. val applicationId: Option[ApplicationId]
  2. val assets: Option[ActivityAsset]

    Images for the presence and hover texts.

    Images for the presence and hover texts.

    Definition Classes
    PresenceStreamingActivity
  3. val createdAt: Instant

    When this activity was created.

    When this activity was created.

    Definition Classes
    PresenceStreamingActivity
  4. val details: Option[String]

    What the player is doing.

    What the player is doing.

    Definition Classes
    PresenceStreamingActivity
  5. val name: String

    The text shown

    The text shown

    Definition Classes
    PresenceStreamingActivity
  6. val party: Option[ActivityParty]
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. val state: Option[String]
  9. val timestamps: Option[ActivityTimestamps]

    Timestamps for start and end of activity.

    Timestamps for start and end of activity.

    Definition Classes
    PresenceStreamingActivity
  10. def tpe: ActivityType
    Definition Classes
    PresenceStreamingActivity
  11. val uri: Option[String]