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