Open Nerixyz opened 5 days ago
We currently define a message as a eventsub::channel::subscription::message::SubscriptionMessage. Other events also use that message, such as channel.channel_points_automatic_reward_redemption.add. Thus, the type shouldn't be tied to subscriptions.
message
eventsub::channel::subscription::message::SubscriptionMessage
channel.channel_points_automatic_reward_redemption.add
This also involves renaming ResubscriptionEmote to... something else.
ResubscriptionEmote
In an ideal world, Twitch would have a single message type.
We currently define a
message
as aeventsub::channel::subscription::message::SubscriptionMessage
. Other events also use thatmessage
, such aschannel.channel_points_automatic_reward_redemption.add
. Thus, the type shouldn't be tied to subscriptions.This also involves renaming
ResubscriptionEmote
to... something else.In an ideal world, Twitch would have a single message type.