TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixStreamFilter

Filters for the streams request.

{
A game ID or a list thereof.
game?: string | string[]
A language or a list thereof.
language?: string | string[]
A type of stream.
type?:
HelixStreamType

The type of a stream.

Aliased type: "live" | "vodcast" | ""

A user ID or a list thereof.
userId?: string | string[]
A user name or a list thereof.
userName?: string | string[]
}

Properties

game

Type: string | string[]

A game ID or a list thereof.

language

Type: string | string[]

A language or a list thereof.

type

Type:
HelixStreamType

The type of a stream.

Aliased type: "live" | "vodcast" | ""

A type of stream.

userId

Type: string | string[]

A user ID or a list thereof.

userName

Type: string | string[]

A user name or a list thereof.