updateCurrentUserVoiceState method
Update the current user's voice state in this guild.
Implementation
Future<void> updateCurrentUserVoiceState(
CurrentUserVoiceStateUpdateBuilder builder) =>
manager.updateCurrentUserVoiceState(id, builder);