Skip to main content

Class: Playlist

Represents a Playlist, usually returned from client.getPlaylist()

Hierarchy

Implements

  • PlaylistProperties

Properties

channel

Optional channel: BaseChannel

The channel that made this playlist

Implementation of

PlaylistProperties.channel


client

client: Client

An instance of Client

Implementation of

PlaylistProperties.client

Inherited from

Base.client


id

id: string

Implementation of

PlaylistProperties.id


lastUpdatedAt

lastUpdatedAt: string

Last time this playlist is updated

Implementation of

PlaylistProperties.lastUpdatedAt


thumbnails

thumbnails: Thumbnails

Thumbnails of this playlist

Implementation of

PlaylistProperties.thumbnails


title

title: string

The title of this playlist

Implementation of

PlaylistProperties.title


videoCount

videoCount: number

How many videos in this playlist

Implementation of

PlaylistProperties.videoCount


videos

videos: PlaylistVideos

Continuable of videos in this playlist

Implementation of

PlaylistProperties.videos


viewCount

viewCount: number

How many viewers does this playlist have

Implementation of

PlaylistProperties.viewCount