fetchGuildVoiceChannel
-
async fetchGuildVoiceChannel(channelId: string) Promise<
GuildVoiceChannel| null> Fetches a guild voice channel, or
nullwhen the channel has another type or does not exist.- Parameters:
channelId — – The channel ID to fetch.