TwurpleAuthenticationGetting dataExamplesFAQMigration

UniqueChatToggleEvent

An event representing unique chat mode being toggled in a channel.

Overview

Properties

broadcasterName

Type: string

The name of the broadcaster.

enabled

Type: boolean

Whether unique chat mode was enabled.

true means it was enabled, false means it was disabled.

Methods

disable()

async

Disables unique chat mode in the channel.

Return type: void

enable()

async

Enables unique chat mode in the channel.

Return type: void

getBroadcaster()

async

Gets more information about the broadcaster.

Return type: HelixUser