Packages

c

ackcord.data

ActivityTimestamps

case class ActivityTimestamps(start: Option[Instant], end: Option[Instant]) extends Product with Serializable

start

When the activity started.

end

When the activity will end.

Source
guild.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActivityTimestamps
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ActivityTimestamps(start: Option[Instant], end: Option[Instant])

    start

    When the activity started.

    end

    When the activity will end.

Value Members

  1. val end: Option[Instant]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val start: Option[Instant]