updateVoiceState method

void updateVoiceState(
  1. Snowflake guildId,
  2. GatewayVoiceStateBuilder builder
)

Update the client's voice state in the guild with the ID guildId.

Implementation

void updateVoiceState(Snowflake guildId, GatewayVoiceStateBuilder builder) => gateway.updateVoiceState(guildId, builder);