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

HelixGame

A game as displayed on Twitch.

Overview

Properties

boxArtUrl

Type: string

The URL of the box art of the game.

id

Type: string

The ID of the game.

name

Type: string

The name of the game.

Methods

getStreams(pagination)

async

Retrieves streams that are currently playing the game.

Parameter Type Required Default Description
pagination HelixPagination none none

getStreamsPaginated()

Creates a paginator for streams that are currently playing the game.

Return type: HelixPaginatedRequest<HelixStreamData, HelixStream>