OpVoiceStateUpdate constructor

OpVoiceStateUpdate({
  1. required String guildId,
  2. String? channelId,
  3. required bool selfMute,
  4. required bool selfDeaf,
})

Implementation

OpVoiceStateUpdate({
  required this.guildId,
  this.channelId,
  required this.selfMute,
  required this.selfDeaf,
});