Skip to main content

Class: BaseChannel

Represents a Youtube Channel

Hierarchy

Implements

  • BaseChannelProperties

Properties

client

client: Client

An instance of Client

Implementation of

BaseChannelProperties.client

Inherited from

Base.client


description

Optional description: string

The channel's description


handle

handle: string

The channel's handle start with @


id

id: string

Implementation of

BaseChannelProperties.id


live

live: ChannelLive

Continuable of live


name

name: string

The channel's name

Implementation of

BaseChannelProperties.name


playlists

playlists: ChannelPlaylists

Continuable of playlists


shorts

shorts: ChannelShorts

Continuable of shorts


subscriberCount

Optional subscriberCount: string

How many subscriber does this channel have,

This is not the exact amount, but a literal string like "1.95M subscribers"

Implementation of

BaseChannelProperties.subscriberCount


thumbnails

Optional thumbnails: Thumbnails

Thumbnails of this Channel

Implementation of

BaseChannelProperties.thumbnails


videos

videos: ChannelVideos

Continuable of videos

Accessors

url

get url(): string

The URL of the channel page

Returns

string