Hey there, I’ve got a question. I know that there are separate events for channel subscription message and channel subscribe, but I would like to know more info about the behavior of the events.
For example, I expect, that channel subscribe is fired always when the subscription starts. But the message is triggered by the user notifying the streamer with the message. The message event contains more info (cumulative_months, streak_months and duration_months).
What happens with these events when user subscribes for duration of 6 months? Will the channel:subscribe event get fired only once and will be the user able to trigger the message each month? And every time with updated cumulative/streak? Or how this behaves?
Basically I’m missing some subscriptionId to tie these information together, so I know which message is related to which subscription - i.e. when it ends and the user subscribes again in a few months, I want to differentiate and still track the cumulative/streak/duration metrics.