TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixChannelReference

A reference to a Twitch channel.

Overview

Properties

displayName

Type: string

The display name of the channel.

gameId

Type: string

The ID of the game currently played on the channel.

gameName

Type: string

The name of the game currently played on the channel.

id

Type: string

The ID of the channel.

title

Type: string

The title of the channel.

Methods

getBroadcaster()

async

Gets more information about the broadcaster of the channel.

Return type: HelixUser

getChannel()

async

Gets more information about the channel.

Return type: HelixChannel

getGame()

async

Gets information about the game that is being played on the stream.

Return type: HelixGame | null