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.

type

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

YouTube Class type. == "channel"

Optional url

url?: string

YouTube Channel Url

Optional verified

verified?: boolean

YouTube Channel Verified status.

Methods

iconURL

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

toJSON

toString

  • toString(): string

Generated using TypeDoc