It’d be super useful for me if I could, when making a subscription to channel.chat.message, include a prefix in the subscription-specific parameters, and not get any notifications about any other chat messages (it’d save bandwidth and avoid unnecessary garbage collections on the game’s side)
Basically, my game is only interested in messages beginning with the character ! as those lets the chatters control aspects of the game. Any other message are ignored by my game and it’d be neat if twitch doesn’t tell me about them in the first place.