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

PrivilegedChannel

A channel you have extended privileges for, i.e. the channel of the currently authenticated user.

Overview

Properties

email

Type: string

The channel's email address.

streamKey

Type: string

The channel's stream key.

Methods

getEditors()

async

Retrieves the list of editors of the channel.

Return type: Array<User>

resetStreamKey()

async

Resets the given channel's stream key.

Return type: string

startCommercial(length)

async

Starts a commercial in the channel.

Parameter Type Required Default Description
length CommercialLength none

The length of the commercial.

Return type: void