Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Channel

Class which represents a channel.

Hierarchy

  • Channel

Index

Constructors

Properties

#rawData: RawChannel

Accessors

  • get banner(): undefined | string
  • get commentCrawledAt(): Date
  • The last time the channel's comments were crawled

    readonly

    Returns Date

  • get crawledAt(): Date
  • get createdAt(): Date
  • get description(): string
  • get englishName(): undefined | string
  • The name of the channel in english

    readonly

    Returns undefined | string

  • get id(): string
  • get isInactive(): boolean
  • get lang(): undefined | string
  • The language the channel speaks

    readonly

    Returns undefined | string

  • get name(): string
  • get org(): undefined | string
  • The the org the channel is with

    readonly

    Returns undefined | string

  • get photo(): undefined | string
  • get publishedAt(): Date
  • The stats of the channel

    readonly
    see

    ChannelStats Example:

    {
    videoCount: number,
    viewCount: number,
    subscriberCount: number,
    clipCount: number,
    }

    Returns ChannelStats

  • get suborg(): undefined | string
  • The the suborg the channel is with

    readonly

    Returns undefined | string

  • get thumbnail(): undefined | string
  • get topTopics(): string[]
  • get twitter(): string
  • get updatedAt(): Date
  • get ytUploadsId(): string

Generated using TypeDoc