Options
All
  • Public
  • Public/Protected
  • All
Menu

YouTube Channel Class

Hierarchy

  • YouTubeChannel

Index

Constructors

constructor

Properties

Optional artist

artist?: boolean

YouTube Channel artist if any.

Optional icon

YouTube Channel Icon data.

Optional id

id?: string

YouTube Channel ID.

Optional name

name?: string

YouTube Channel Title

Optional subscribers

subscribers?: string

YouTube Channel subscribers count.

const req = require('play-dl')

type

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

Type of Class [ Channel ]

Optional url

url?: string

YouTube Channel Url

Optional verified

verified?: boolean

YouTube Channel Verified status.

Methods

Private _patch

  • _patch(data: any): void

iconURL

  • iconURL(options?: { size: number }): undefined | string

toJSON

toString

  • toString(): string

Generated using TypeDoc