VoiceStateUpdateBuilder constructor

VoiceStateUpdateBuilder({
  1. Snowflake? channelId,
  2. bool? suppress,
})

Implementation

VoiceStateUpdateBuilder({this.channelId, this.suppress});