Appearance
@mastondzn/dank-twitch-irc / NoticeMessage
Class: NoticeMessage
Defined in: src/message/twitch-types/notice.ts:9
Extends
Constructors
new NoticeMessage()
new NoticeMessage(
message
):NoticeMessage
Defined in: src/message/twitch-types/notice.ts:14
Parameters
message
Returns
Overrides
Properties
channelName
readonly
channelName:undefined
|string
Defined in: src/message/twitch-types/notice.ts:10
ircCommand
readonly
ircCommand:string
Defined in: src/message/irc/irc-message.ts:28
The parser ensures this is always uppercase
Inherited from
ircParameters
readonly
ircParameters:string
[]
Defined in: src/message/irc/irc-message.ts:29
Inherited from
ircPrefix
readonly
ircPrefix:undefined
|IRCMessagePrefix
Defined in: src/message/irc/irc-message.ts:23
Inherited from
ircPrefixRaw
readonly
ircPrefixRaw:undefined
|string
Defined in: src/message/irc/irc-message.ts:22
Inherited from
ircTags
readonly
ircTags:IRCMessageTags
Defined in: src/message/irc/irc-message.ts:30
Inherited from
messageID
readonly
messageID:undefined
|string
Defined in: src/message/twitch-types/notice.ts:12
messageText
readonly
messageText:string
Defined in: src/message/twitch-types/notice.ts:11
rawSource
readonly
rawSource:string
Defined in: src/message/irc/irc-message.ts:20