Skip to content

@mastondzn/dank-twitch-irc / WhisperMessage

Class: WhisperMessage

Extends

Constructors

new WhisperMessage(ircMessage)

new WhisperMessage(ircMessage): WhisperMessage

Parameters

ircMessage: IRCMessage

Returns

WhisperMessage

Overrides

IRCMessage.constructor

Source

src/message/twitch-types/whisper.ts:32

Properties

badges

readonly badges: TwitchBadgesList

Source

src/message/twitch-types/whisper.ts:21


badgesRaw

readonly badgesRaw: string

Source

src/message/twitch-types/whisper.ts:22


color

readonly color: undefined | Color

Source

src/message/twitch-types/whisper.ts:23


colorRaw

readonly colorRaw: string

Source

src/message/twitch-types/whisper.ts:24


displayName

readonly displayName: string

Source

src/message/twitch-types/whisper.ts:25


emotes

readonly emotes: TwitchEmoteList

Source

src/message/twitch-types/whisper.ts:26


emotesRaw

readonly emotesRaw: string

Source

src/message/twitch-types/whisper.ts:27


ircCommand

readonly ircCommand: string

The parser ensures this is always uppercase

Inherited from

IRCMessage.ircCommand

Source

src/message/irc/irc-message.ts:28


ircParameters

readonly ircParameters: string[]

Inherited from

IRCMessage.ircParameters

Source

src/message/irc/irc-message.ts:29


ircPrefix

readonly ircPrefix: undefined | IRCMessagePrefix

Inherited from

IRCMessage.ircPrefix

Source

src/message/irc/irc-message.ts:23


ircPrefixRaw

readonly ircPrefixRaw: undefined | string

Inherited from

IRCMessage.ircPrefixRaw

Source

src/message/irc/irc-message.ts:22


ircTags

readonly ircTags: IRCMessageTags

Inherited from

IRCMessage.ircTags

Source

src/message/irc/irc-message.ts:30


messageID

readonly messageID: string

Source

src/message/twitch-types/whisper.ts:29


messageText

readonly messageText: string

Source

src/message/twitch-types/whisper.ts:14


rawSource

readonly rawSource: string

Inherited from

IRCMessage.rawSource

Source

src/message/irc/irc-message.ts:20


recipientUsername

readonly recipientUsername: string

Source

src/message/twitch-types/whisper.ts:19


senderUserID

readonly senderUserID: string

Source

src/message/twitch-types/whisper.ts:17


senderUsername

readonly senderUsername: string

Source

src/message/twitch-types/whisper.ts:16


threadID

readonly threadID: string

Source

src/message/twitch-types/whisper.ts:30