What happen in pubsub channel subscribing endpoint when multiple subgift happen?

Hello,
I followed the documentation of Pubsub, to subscribe to the channel subscription topic.

I see this endpoint send a notification when someone receive a subgift. But, I don’t found anything about what happen when a user gift 5 subs. Is my websocket connect will receive five messages, one per giftsub, or only one message, and in this case, how know the list of receiver and the number of subgift given?
Regards

You’ll recieve 5 messages

You cannot tell that these gifts belong to the same “gift bomb” event from pubsub data alone

Thanks for the details :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.