Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Channel

Hierarchy

  • Channel

Constructors

constructor

Accessors

avatarUrl

  • get avatarUrl(): undefined | string
  • The internal URL of the channel's profile picture.

    Returns undefined | string

bannerUrl

  • get bannerUrl(): undefined | string
  • The internal URL of the channel's channel banner.

    Returns undefined | string

channelId

  • get channelId(): string
  • The unique ID of the channel.

    Returns string

channelType

  • The type of the channel, either vtuber or subber.

    Returns ChannelType

clipCount

  • get clipCount(): undefined | number
  • The total number of clips associated with this channel. Mainly used for VTubers only.

    Returns undefined | number

createdAt

  • get createdAt(): undefined | Date
  • The date this channel was created.

    Returns undefined | Date

description

  • get description(): string
  • The channel's description on YouTube.

    Returns string

englishName

  • get englishName(): undefined | string
  • The channel's name in English, if it has one.

    Returns undefined | string

group

  • get group(): undefined | string
  • The channel's group/suborganization. Mainly used for VTubers only, that allows them to be sorted internally.

    Returns undefined | string

isInactive

  • get isInactive(): boolean
  • Whether or not the channel has been marked as inactive.

    Returns boolean

language

  • get language(): undefined | string
  • The language of the channel. Mainly used for Subbers only.

    Returns undefined | string

name

  • get name(): string
  • The channel's name.

    Returns string

organization

  • get organization(): undefined | string
  • The channel's organization. Mainly used for VTubers only.

    Returns undefined | string

sortKey

  • get sortKey(): string
  • Returns string

subscriberCount

  • get subscriberCount(): undefined | number
  • The estimated amount of subscribers the channel has.

    Returns undefined | number

twitterName

  • get twitterName(): undefined | string
  • The channel's Twitter handle, if they have one.

    Returns undefined | string

videoCount

  • get videoCount(): undefined | number
  • The number of videos the channel has uploaded.

    Returns undefined | number

viewCount

  • get viewCount(): undefined | number
  • The total number of views the channel has.

    Returns undefined | number

Generated using TypeDoc