TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixPaginatedStreamFilter

{
A cursor to get the following page of.
after?: string
A cursor to get the previous page of.
before?: string
A game ID or a list thereof.
game?: string | string[]
A language or a list thereof.
language?: string | string[]
The number of results per page.
limit?: number
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

after

Type: ?string

A cursor to get the following page of.

before

Type: ?string

A cursor to get the previous page of.

game

Type: string | string[]

A game ID or a list thereof.

language

Type: string | string[]

A language or a list thereof.

limit

Type: ?number

The number of results per page.

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.