VoiceServerUpdateEvent constructor

const VoiceServerUpdateEvent({
  1. required String token,
  2. required String endpoint,
  3. required String connectionId,
  4. String? guildId,
  5. String? channelId,
  6. String? e2eeKey,
})

Implementation

const VoiceServerUpdateEvent({
  required this.token,
  required this.endpoint,
  required this.connectionId,
  this.guildId,
  this.channelId,
  this.e2eeKey,
});