Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultiVideoSearchOptions

Hierarchy

  • MultiVideoSearchOptions

Index

Properties

channel_id?: string

Filter results by channel id

from?: Date

Set the minimum for how old a video could be

id?: string

Filter results by video id

include?: VideoIncludes[]

Extra info to include

see

VideoIncludes

default

[]

example

[VideoIncludes.Status, VideoIncludes.Mentions]

lang?: string

Filter by language of the video

limit?: number

Maximum number of results to return

max_upcomming_hours?: number

Filter restults by maximum hours it will take for a video to be visible This could be when it is a live stream that hasn't started yet, or when a video is premiering.

default

0

mentioned_channel_id?: string

Filter the resultts by a mentioned channel

offset?: number

Offset the results by a certain amount

order?: "asc" | "desc"

Ascending or Descending sort

org?: string

The orginazation the VTuber is in

paginated?: boolean
sort?: string

Sort the videos by any value in the VideoMin class

status?: VideoStatus

The status of the video

to?: Date

Set the maximum for how old a video could be

topic?: string

The topic of video

example

"minecraft"

type?: VideoType

The type of video

example

"clip"

see

VideoType

Generated using TypeDoc