Class

ackcord.data.raw

RawActivity

Related Doc: package raw

Permalink

case class RawActivity(name: String, type: Int, url: Option[String], timestamps: Option[ActivityTimestamps], applicationId: Option[RawSnowflake], details: Option[String], state: Option[String], party: Option[RawActivityParty], assets: Option[ActivityAsset]) extends Product with Serializable

The content of a presence.

name

The text show.

url

A uri if the type is streaming.

timestamps

Timestamps for start and end of activity.

applicationId

Application id of the game.

details

What the player is doing.

state

The user's party status.

party

Info about the user's party.

assets

Images for the presence and hover texts.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawActivity
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawActivity(name: String, type: Int, url: Option[String], timestamps: Option[ActivityTimestamps], applicationId: Option[RawSnowflake], details: Option[String], state: Option[String], party: Option[RawActivityParty], assets: Option[ActivityAsset])

    Permalink

    name

    The text show.

    url

    A uri if the type is streaming.

    timestamps

    Timestamps for start and end of activity.

    applicationId

    Application id of the game.

    details

    What the player is doing.

    state

    The user's party status.

    party

    Info about the user's party.

    assets

    Images for the presence and hover texts.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val applicationId: Option[RawSnowflake]

    Permalink

    Application id of the game.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val assets: Option[ActivityAsset]

    Permalink

    Images for the presence and hover texts.

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val details: Option[String]

    Permalink

    What the player is doing.

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. val name: String

    Permalink

    The text show.

  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. val party: Option[RawActivityParty]

    Permalink

    Info about the user's party.

  18. def requireCanSend(): Unit

    Permalink
  19. val state: Option[String]

    Permalink

    The user's party status.

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. val timestamps: Option[ActivityTimestamps]

    Permalink

    Timestamps for start and end of activity.

  22. def toActivity: Activity

    Permalink
  23. val type: Int

    Permalink
  24. val url: Option[String]

    Permalink

    A uri if the type is streaming.

  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped