Appearance
@mastondzn/dank-twitch-irc / RoomstateMessage
Class: RoomstateMessage
Defined in: src/message/twitch-types/roomstate.ts:38
Extends
Constructors
new RoomstateMessage()
new RoomstateMessage(
message
):RoomstateMessage
Defined in: src/message/twitch-types/roomstate.ts:56
Parameters
message
Returns
Overrides
Properties
channelID
readonly
channelID:string
Defined in: src/message/twitch-types/roomstate.ts:39
channelName
readonly
channelName:string
Defined in: src/message/irc/channel-irc-message.ts:35
Inherited from
emoteOnly
readonly
emoteOnly:undefined
|boolean
Defined in: src/message/twitch-types/roomstate.ts:41
emoteOnlyRaw
readonly
emoteOnlyRaw:undefined
|string
Defined in: src/message/twitch-types/roomstate.ts:42
followersOnlyDuration
readonly
followersOnlyDuration:undefined
|number
Defined in: src/message/twitch-types/roomstate.ts:44
followersOnlyDurationRaw
readonly
followersOnlyDurationRaw:undefined
|string
Defined in: src/message/twitch-types/roomstate.ts:45
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
ChannelIRCMessage
.ircParameters
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
ChannelIRCMessage
.ircPrefixRaw
ircTags
readonly
ircTags:IRCMessageTags
Defined in: src/message/irc/irc-message.ts:30
Inherited from
r9k
readonly
r9k:undefined
|boolean
Defined in: src/message/twitch-types/roomstate.ts:47
r9kRaw
readonly
r9kRaw:undefined
|string
Defined in: src/message/twitch-types/roomstate.ts:48
rawSource
readonly
rawSource:string
Defined in: src/message/irc/irc-message.ts:20
Inherited from
slowModeDuration
readonly
slowModeDuration:undefined
|number
Defined in: src/message/twitch-types/roomstate.ts:50
slowModeDurationRaw
readonly
slowModeDurationRaw:undefined
|string
Defined in: src/message/twitch-types/roomstate.ts:51
subscribersOnly
readonly
subscribersOnly:undefined
|boolean
Defined in: src/message/twitch-types/roomstate.ts:53
subscribersOnlyRaw
readonly
subscribersOnlyRaw:undefined
|string
Defined in: src/message/twitch-types/roomstate.ts:54
Methods
extractRoomState()
extractRoomState():
Partial
<RoomState
>
Defined in: src/message/twitch-types/roomstate.ts:78
Returns
Partial
<RoomState
>