Name

Playlist

Description

Playlist object. Can be Minimal, Basic or Full.

Param: title

Title of the playlist.

Param: id

ID of the playlist.

Param: url

URL of the playlist.

Param: videos

Videos in the playlist (basic or full only).

Param: videoCount

Number of videos in the playlist (basic or full only).

Param: author

Author username (full only).

Param: author_id

Author ID (full only).

Param: description

Description of the playlist (full only).

Param: thumbnail

Thumbnail of the playlist (full only).

Constructors

  • Parameters

    • title: string
    • id: string
    • url: string
    • Optional videos: Video[]
    • Optional videoCount: number
    • Optional author: string
    • Optional author_id: string
    • Optional description: string
    • Optional thumbnail: Image

    Returns Playlist

Properties

author?: string
author_id?: string
description?: string
id: string
thumbnail?: Image
title: string
url: string
videoCount?: number
videos?: Video[]

Generated using TypeDoc