c

ackcord.voice

HelloData

case class HelloData(heartbeatInterval: Double) extends Product with Serializable

Data of Hello

heartbeatInterval

How often to heartbeat

Source
voiceData.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HelloData
  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 HelloData(heartbeatInterval: Double)

    heartbeatInterval

    How often to heartbeat

Value Members

  1. val heartbeatInterval: Double
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product