twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks
Welcome

HelixPaginatedStreamFilter

{
A cursor to get the following page of.
after?: string
A cursor to get the previous page of.
before?: string
A community ID or a list thereof.
community?: string | Array<string>
A game ID or a list thereof.
game?: string | Array<string>
A language or a list thereof.
language?: string | Array<string>
The number of results per page.
limit?: string
A type of stream.
A user ID or a list thereof.
userId?: string | Array<string>
A user name or a list thereof.
userName?: string | Array<string>
}

Properties

after

Type: ?string

A cursor to get the following page of.

before

Type: ?string

A cursor to get the previous page of.

community

Type: string | Array<string>

A community ID or a list thereof.

game

Type: string | Array<string>

A game ID or a list thereof.

language

Type: string | Array<string>

A language or a list thereof.

limit

Type: ?string

The number of results per page.

type

Type: ?HelixStreamType

A type of stream.

userId

Type: string | Array<string>

A user ID or a list thereof.

userName

Type: string | Array<string>

A user name or a list thereof.