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

HelixStreamFilter

Filters for the streams request.

{
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>
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

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.

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.