Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VideoMin

Class which represents a smaller video.

see

{Video}

param rawData

The raw data of the video.

param includes

The includes to include in the response

Hierarchy

  • VideoMin

Index

Constructors

Properties

#includes: undefined | VideoIncludes[]
#rawData: RawVideoMin

Accessors

  • get availableAt(): string
  • The time the recommended video was marked as visible

    readonly
    example

    "2019-08-24T14:15:22Z"

    see

    {Video#publishedAt}

    Returns string

  • get description(): null | string
  • get duration(): undefined | number
  • The length of the recommended video

    readonly
    see

    {Video#duration}

    example

    "1234"

    Returns undefined | number

  • get id(): string
  • The ID of the video that is recommended

    readonly
    example

    _faOZ1ZOZ2c

    see

    {Video#id}

    Returns string

  • get liveTlCount(): undefined | {}
  • the count of people translating the video

    readonly
    example

    "1234"

    Returns undefined | {}

  • get publishedAt(): string
  • When the recommended video was published

    readonly
    example

    "2019-08-24T14:15:22Z"

    see

    {Video#publishedAt}

    Returns string

  • get simulcasts(): null | Video[]
  • get title(): string
  • The title of the recommended video

    readonly
    example

    "【Hololive】おはようございます!"

    see

    {Video#title}

    Returns string

  • get topicId(): string
  • The topic id of the recommended video Corresponds to a Topic ID, Videos of type clip cannot not have topic. Streams may or may not have topic.

    readonly
    see

    {Video#topicId}

    example

    "minecraft"

    Returns string

Generated using TypeDoc