Some channels has list of featured channels, add `BaseChannel.channels` which is a continuable of `ChannelCompact`  For example: ```ts const channel = client.getChannel("..."); const featuredChannels = channel.channels.next(); ```