Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchCommentOptions

Hierarchy

  • SearchCommentOptions

Index

Properties

channels?: string[]

Videos with all of the specified channel ids. If two or more channel IDs are specified, will only return their collabs, or if one channel is a clipper, it will only show clips of the other vtubers made by this clipper.

comment?: string

Get comments containing this string Not case sensitive

langs?: string[]

If set, will filter clips to only show clips with these langs + all vtuber streams (provided target is not set to filter out streams)

limit?: number

max ammount of results to return

offset?: number

How much to offset the results by

default

0

org?: string

Only return video by a certain org

paginated?: boolean

Paginate the results

sort?: "oldest" | "newest"

What to sort the comments by

default

'newest'

target?: "stream" | "clip"

The types of videos to get comments from

topics?: string[]

return videos that match one of the provided topics

Generated using TypeDoc