Options
All
  • Public
  • Public/Protected
  • All
Menu

Class YouTubeChannel

YouTube Channel Class

Hierarchy

  • YouTubeChannel

Index

Constructors

Properties

artist?: boolean

YouTube Channel artist if any.

YouTube Channel Icons data.

id?: string

YouTube Channel ID.

name?: string

YouTube Channel Title

subscribers?: string

YouTube Channel subscribers count.

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

YouTube Class type. == "channel"

url?: string

YouTube Channel Url

verified?: boolean

YouTube Channel Verified status.

Methods

  • iconURL(options?: { size: number }): undefined | string
  • Returns channel icon url

    Parameters

    • options: { size: number } = ...

      Icon options

      • size: number

    Returns undefined | string

  • toString(): string

Generated using TypeDoc