GetVoiceChannelResponse constructor

GetVoiceChannelResponse({
  1. required VoiceChannelResponse voiceChannelResponse,
})

Implementation

GetVoiceChannelResponse({
  required this.voiceChannelResponse,
});