@iamtraction/play-dl
    Preparing search index...

    Interface ChannelJSON

    interface ChannelJSON {
        artist?: boolean;
        collaborators?: ChannelCollaborator[];
        icons?: ChannelIconInterface[];
        id?: string;
        name?: string;
        subscribers?: string;
        type: "video" | "playlist" | "channel";
        url?: string;
        verified?: boolean;
    }
    Index
    artist?: boolean

    YouTube Channel artist if any.

    collaborators?: ChannelCollaborator[]

    All channels credited on a collaboration video/playlist.

    YouTube Channel Icon data.

    id?: string

    YouTube Channel ID.

    name?: string

    YouTube Channel Title

    subscribers?: string

    YouTube Channel subscribers count.

    type: "video" | "playlist" | "channel"

    Type of Class [ Channel ]

    url?: string

    YouTube Channel Url

    verified?: boolean

    YouTube Channel Verified status.