Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Mention

A mention of a channel, which is shorter than a channel. This is used for the mentions in the holodex. Usually found in the video endpoint.

Hierarchy

  • Mention

Index

Constructors

Properties

#rawData: RawChannelMin

Accessors

  • get englishName(): string
  • The english name of the channel

    readonly
    example

    "Gawr Gura"

    Returns string

  • get id(): string
  • get lang(): undefined | string
  • Language of channel

    readonly
    example

    "ja"

    Returns undefined | string

  • get name(): string
  • The name of the channel

    readonly
    example

    "Gawr Gura Ch. hololive-EN"

    Returns string

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

    readonly
    example

    "Hololive"

    Returns string

  • get photo(): undefined | string

Generated using TypeDoc