c

ackcord.data.raw

RawActivityParty

case class RawActivityParty(id: Option[String], size: Option[Seq[Int]]) extends Product with Serializable

id

The id of the party.

size

Sequence of two integers, the current size, and the max size.

Source
rawData.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawActivityParty
  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 RawActivityParty(id: Option[String], size: Option[Seq[Int]])

    id

    The id of the party.

    size

    Sequence of two integers, the current size, and the max size.

Value Members

  1. val id: Option[String]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val size: Option[Seq[Int]]
  4. def toParty: ActivityParty