Packages

c

ackcord.data

ActivityParty

case class ActivityParty(id: Option[String], currentSize: Option[Int], maxSize: Option[Int]) extends Product with Serializable

id

The id of the party

currentSize

The current size of the party.

maxSize

The max size of the party.

Source
guild.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActivityParty
  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 ActivityParty(id: Option[String], currentSize: Option[Int], maxSize: Option[Int])

    id

    The id of the party

    currentSize

    The current size of the party.

    maxSize

    The max size of the party.

Value Members

  1. val currentSize: Option[Int]
  2. val id: Option[String]
  3. val maxSize: Option[Int]
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product