You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it seems highlighted messages just get passed through to privmsg without any field for being highlighted. In the source you can see there is a msg-id field in tags filled with highlighted-message.
I couldn't find anything in the docs on Twitch's site about this but imo this should be treated similar to /me messages and get it's own bool field that defaults to false..?
Similarly it would probably be useful to include the tag for first-msg and returning-chatter, although I'm not sure how stable the latter is, it seems that is still experimental.
The text was updated successfully, but these errors were encountered:
Currently it seems highlighted messages just get passed through to privmsg without any field for being highlighted. In the source you can see there is a
msg-id
field intags
filled withhighlighted-message
.I couldn't find anything in the docs on Twitch's site about this but imo this should be treated similar to
/me
messages and get it's own bool field that defaults tofalse
..?Similarly it would probably be useful to include the tag for
first-msg
andreturning-chatter
, although I'm not sure how stable the latter is, it seems that is still experimental.The text was updated successfully, but these errors were encountered: