TwurpleAuthenticationGetting dataExamplesFAQMigration

RaidEvent

An event representing an incoming raid.

Overview

Properties

broadcasterId

Type: string

The ID of the broadcaster.

broadcasterName

Type: string

The name of the broadcaster.

messageObject

Type: UserNotice

The full object that contains all the message information.

userDisplayName

Type: string

The display name of the raid leader.

userId

Type: string

The ID of the raid leader.

userName

Type: string

The name of the raid leader.

viewerCount

Type: number

The number of viewers joining with the raid.

Methods

getBroadcaster()

async

Gets more information about the broadcaster.

Return type: HelixUser

getUser()

async

Gets more information about the raid leader.

Return type: HelixUser