TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixChannelUpdate

Channel data to update using HelixChannelApi#updateChannelInfo}.

{
The content classification labels to apply to the channel.
The delay of the stream, in seconds.
delay?: number
The ID of the game you're playing.
gameId?: string
Whether the channel currently displays branded content.
The language of the stream.
language?: string
A list of channel-defined tags to apply to the channel. To remove all tags from the channel, set tags to an empty array.
tags?: string[]
The title of the stream.
title?: string
}

Properties

contentClassificationLabels

Type: ?string[]

The content classification labels to apply to the channel.

delay

Type: ?number

The delay of the stream, in seconds.

Only works if you're a Twitch partner.

gameId

Type: ?string

The ID of the game you're playing.

isBrandedContent

Type: ?boolean

Whether the channel currently displays branded content.

language

Type: ?string

The language of the stream.

tags

Type: ?string[]

A list of channel-defined tags to apply to the channel. To remove all tags from the channel, set tags to an empty array.

A channel may specify a maximum of 10 tags. Each tag is limited to a maximum of 25 characters and may not be an empty string or contain spaces or special characters. Tags are case insensitive.

title

Type: ?string

The title of the stream.