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
readonlychannelID:string
Defined in: src/message/twitch-types/roomstate.ts:39
channelName
readonlychannelName:string
Defined in: src/message/irc/channel-irc-message.ts:35
Inherited from
emoteOnly
readonlyemoteOnly:undefined|boolean
Defined in: src/message/twitch-types/roomstate.ts:41
emoteOnlyRaw
readonlyemoteOnlyRaw:undefined|string
Defined in: src/message/twitch-types/roomstate.ts:42
followersOnlyDuration
readonlyfollowersOnlyDuration:undefined|number
Defined in: src/message/twitch-types/roomstate.ts:44
followersOnlyDurationRaw
readonlyfollowersOnlyDurationRaw:undefined|string
Defined in: src/message/twitch-types/roomstate.ts:45
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
ChannelIRCMessage.ircParameters
ircPrefix
readonlyircPrefix:undefined|IRCMessagePrefix
Defined in: src/message/irc/irc-message.ts:23
Inherited from
ircPrefixRaw
readonlyircPrefixRaw:undefined|string
Defined in: src/message/irc/irc-message.ts:22
Inherited from
ChannelIRCMessage.ircPrefixRaw
ircTags
readonlyircTags:IRCMessageTags
Defined in: src/message/irc/irc-message.ts:30
Inherited from
r9k
readonlyr9k:undefined|boolean
Defined in: src/message/twitch-types/roomstate.ts:47
r9kRaw
readonlyr9kRaw:undefined|string
Defined in: src/message/twitch-types/roomstate.ts:48
rawSource
readonlyrawSource:string
Defined in: src/message/irc/irc-message.ts:20
Inherited from
slowModeDuration
readonlyslowModeDuration:undefined|number
Defined in: src/message/twitch-types/roomstate.ts:50
slowModeDurationRaw
readonlyslowModeDurationRaw:undefined|string
Defined in: src/message/twitch-types/roomstate.ts:51
subscribersOnly
readonlysubscribersOnly:undefined|boolean
Defined in: src/message/twitch-types/roomstate.ts:53
subscribersOnlyRaw
readonlysubscribersOnlyRaw: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>