SuspiciousLookingOwl/youtubei

Add `BaseChannel.channels`

Opened this issue · 0 comments

Some channels has list of featured channels, add BaseChannel.channels which is a continuable of ChannelCompact
image

For example:

const channel = client.getChannel("...");
const featuredChannels = channel.channels.next();