c

ackcord.gateway

VoiceStateUpdateData

case class VoiceStateUpdateData(guildId: GuildId, channelId: Option[VoiceGuildChannelId], selfMute: Boolean, selfDeaf: Boolean) extends Product with Serializable

guildId

The channel the voice channel is in.

channelId

The voice channel to join.

selfMute

If the bot should mute itself.

selfDeaf

If the bot should deafen itself.

Source
gatewayData.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VoiceStateUpdateData
  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 VoiceStateUpdateData(guildId: GuildId, channelId: Option[VoiceGuildChannelId], selfMute: Boolean, selfDeaf: Boolean)

    guildId

    The channel the voice channel is in.

    channelId

    The voice channel to join.

    selfMute

    If the bot should mute itself.

    selfDeaf

    If the bot should deafen itself.

Value Members

  1. val channelId: Option[VoiceGuildChannelId]
  2. val guildId: GuildId
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val selfDeaf: Boolean
  5. val selfMute: Boolean