Appearance
@mastondzn/dank-twitch-irc / NoticeMessage
Class: NoticeMessage
Defined in: src/message/twitch-types/notice.ts:9
Extends
Constructors
Constructor
new NoticeMessage(
message):NoticeMessage
Defined in: src/message/twitch-types/notice.ts:52
Parameters
message
Returns
NoticeMessage
Overrides
Properties
ircCommand
readonlyircCommand:string
Defined in: src/message/irc/irc-message.ts:28
The parser ensures this is always uppercase
Inherited from
ircParameters
readonlyircParameters:string[]
Defined in: src/message/irc/irc-message.ts:29
Inherited from
ircPrefix
readonlyircPrefix:IRCMessagePrefix|undefined
Defined in: src/message/irc/irc-message.ts:23
Inherited from
ircPrefixRaw
readonlyircPrefixRaw:string|undefined
Defined in: src/message/irc/irc-message.ts:22
Inherited from
ircTags
readonlyircTags:IRCMessageTags
Defined in: src/message/irc/irc-message.ts:30
Inherited from
rawSource
readonlyrawSource:string
Defined in: src/message/irc/irc-message.ts:20
Inherited from
Accessors
channel
Get Signature
get channel():
Channel|undefined
Defined in: src/message/twitch-types/notice.ts:14
Returns
Channel | undefined
channelName
Get Signature
get channelName():
string|undefined
Defined in: src/message/twitch-types/notice.ts:33
Deprecated
Use ?.login instead.
Returns
string | undefined
content
Get Signature
get content():
string
Defined in: src/message/twitch-types/notice.ts:22
Returns
string
id
Get Signature
get id():
string|undefined
Defined in: src/message/twitch-types/notice.ts:26
Returns
string | undefined
messageId
Get Signature
get messageId():
string|undefined
Defined in: src/message/twitch-types/notice.ts:48
Deprecated
Use id instead.
Returns
string | undefined
messageID
Get Signature
get messageID():
string|undefined
Defined in: src/message/twitch-types/notice.ts:43
Deprecated
Use id instead.
Returns
string | undefined
messageText
Get Signature
get messageText():
string
Defined in: src/message/twitch-types/notice.ts:38
Deprecated
Use content instead.
Returns
string