Packages

c

ackcord.data

InviteStageInstance

case class InviteStageInstance(members: Seq[InviteStageInstanceMember], participantCount: Int, speakerCount: Int, topic: String) extends Product with Serializable

Source
invite.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InviteStageInstance
  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 InviteStageInstance(members: Seq[InviteStageInstanceMember], participantCount: Int, speakerCount: Int, topic: String)

Value Members

  1. val members: Seq[InviteStageInstanceMember]
  2. val participantCount: Int
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val speakerCount: Int
  5. val topic: String