TwurpleAuthenticationGetting dataExamplesFAQMigration

MessageRemoveEvent

An event representing a message being removed from a channel's chat.

Overview

Properties

broadcasterId

Type: string

The ID of the broadcaster.

broadcasterName

Type: string

The name of the broadcaster.

messageId

Type: string

The ID of the deleted message.

messageObject

Type: ClearMsg

The full object that contains all the message information.

originalText

Type: string

The text of the deleted message.

userName

Type: string

The name of the user who originally sent the message.

Methods

getBroadcaster()

async

Gets more information about the broadcaster.

Return type: HelixUser