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
Some Twitch features such as channel point redeems are not documented but would be nice if we could parse them. I'm thinking the library could include an extension trait with functions to parse these details, e.g. ChannelPointRedemptionInformation from a PrivmsgMessage.
It would also probably not be a bad idea to expose IRCMessageParseExt to allow third parties to parse details on their own, if needed.
The text was updated successfully, but these errors were encountered:
Some Twitch features such as channel point redeems are not documented but would be nice if we could parse them. I'm thinking the library could include an extension trait with functions to parse these details, e.g.
ChannelPointRedemptionInformation
from aPrivmsgMessage
.It would also probably not be a bad idea to expose
IRCMessageParseExt
to allow third parties to parse details on their own, if needed.The text was updated successfully, but these errors were encountered: