DeleteVoiceChannelResponse constructor

DeleteVoiceChannelResponse({
  1. required VoiceChannelResponse voiceChannelResponse,
})

Implementation

DeleteVoiceChannelResponse({
  required this.voiceChannelResponse,
});