c

ackcord.gateway

VoiceServerUpdateData

case class VoiceServerUpdateData(token: String, guildId: GuildId, endpoint: String) extends Product with Serializable

token

The voice connection token.

guildId

The guild of the update.

endpoint

The voice server.

Source
gatewayData.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VoiceServerUpdateData
  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 VoiceServerUpdateData(token: String, guildId: GuildId, endpoint: String)

    token

    The voice connection token.

    guildId

    The guild of the update.

    endpoint

    The voice server.

Value Members

  1. val endpoint: String
  2. val guildId: GuildId
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val token: String