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

PubSubWhisperMessage

A message informing about a whisper being received from another user.

Overview

Properties

senderDisplayName

Type: string

The display name of the user who sent the whisper.

senderId

Type: string

The ID of the user who sent the whisper.

senderName

Type: string

The name of the user who sent the whisper.

text

Type: string

The message text.

Methods

getSender()

async
Deprecated.

Use HelixUserApi#getUserById instead.

Retrieves more information about the user who sent the whisper.

Return type: HelixUser | null