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
- Alphabetic
- By Inheritance
Inherited
- VoiceStateUpdateData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected