Last active
April 18, 2025 23:32
-
-
Save stephenlb/d1a2972222864afea79076b793e4f58d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://gist.github.com/stephenlb/d1a2972222864afea79076b793e4f58d | |
const http = require("xhr"); | |
const pubnub = require("pubnub"); | |
const dataUrl = 'https://gist.githubusercontent.com/stephenlb/d1a2972222864afea79076b793e4f58d/raw/4854f61998c6972a87dc63c257b8c8138ea4a541/Chat-flooding_api_calls.json'; | |
const publishKey = '...............'; | |
const subscribeKey = '...............'; | |
let data = null; | |
let position = 0; | |
export default (event) => { | |
if (!data) return http.fetch(dataUrl).then( response => { | |
data = JSON.parse(response.body); | |
triggerTestEvent(data); | |
return event.ok(); | |
}).catch((err) => { | |
console.error(err); | |
return event.ok('unable to load test-data.json'); | |
}); | |
triggerTestEvent(data); | |
console.log(event); | |
return event.ok(); | |
}; | |
function triggerTestEvent(data) { | |
const message = data[position++]; | |
if (position >= data.length) position = 0; | |
const channel = message.data.channel; | |
const userId = message.data.userId; | |
publish(userId, channel, message); | |
} | |
/** | |
* publish | |
* - Sends a PubNub message with ability to set UserID. | |
*/ | |
async function publish(userId, channel, message) { | |
const url = `https://ps.pndsn.com/publish/${publishKey}/${subscribeKey}/0/${channel}/0?uuid=bot-${userId}`; | |
const options = { | |
method : 'POST', | |
body : JSON.stringify(message) | |
}; | |
console.log(`Publishing message to ${channel} by user ${userId}:`, message); | |
await http.fetch(url, options); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"event": "chat", "data": {"userId": "user36", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "host", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user17", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "speaker", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.002", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user18", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user61", "content": "What time does it start?", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "speaker", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user78", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user38", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user17", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "speaker", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user90", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user39", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user59", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "What time does it start?", "channel": "group.chat.002", "userType": "speaker", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user94", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "speaker", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.003", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "host", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "speaker", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.003", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.003", "userType": "host", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.003", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.003", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.003", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "What time does it start?", "channel": "public.chat.id", "userType": "speaker", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "speaker", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.003", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user80", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "host", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user50", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "speaker", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "What time does it start?", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user1", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "What time does it start?", "channel": "group.chat.003", "userType": "host", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user31", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user71", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user3", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user73", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user83", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user71", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "speaker", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "What time does it start?", "channel": "public.chat.id", "userType": "speaker", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Flash sale this weekend only on selected items!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "host", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user62", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user80", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user61", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "What time does it start?", "channel": "group.chat.003", "userType": "speaker", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user54", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "speaker", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "public.chat.id", "userType": "host", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "speaker", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user10", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "speaker", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Check our huge discount on summer sales!", "channel": "public.chat.id", "userType": "host", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "public.chat.id", "userType": "host", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Earn rewards fast by joining our program today!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Get 50% off your first purchase with us!", "channel": "public.chat.id", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Get 50% off your first purchase with us!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "speaker", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Sign up for our loyalty program and save!", "channel": "public.chat.id", "userType": "speaker", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Subscribe now and get 20% off your order!", "channel": "public.chat.id", "userType": "speaker", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "host", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user28", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user63", "content": "What time does it start?", "channel": "group.chat.003", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user73", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user24", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user47", "content": "What time does it start?", "channel": "group.chat.001", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Subscribe now and get 20% off your order!", "channel": "public.chat.id", "userType": "speaker", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.003", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user61", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "speaker", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "host", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user90", "content": "What time does it start?", "channel": "group.chat.001", "userType": "speaker", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Sign up for our loyalty program and save!", "channel": "public.chat.id", "userType": "speaker", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Check our huge discount on summer sales!", "channel": "group.chat.003", "userType": "host", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "host", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "What time does it start?", "channel": "public.chat.id", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user51", "content": "What time does it start?", "channel": "public.chat.id", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "speaker", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user63", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "speaker", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "host", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "host", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "What time does it start?", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "What time does it start?", "channel": "public.chat.id", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user71", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "speaker", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user16", "content": "What time does it start?", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user26", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user62", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user72", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user63", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "speaker", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user10", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "host", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "speaker", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.003", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user47", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.002", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "host", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user41", "content": "What time does it start?", "channel": "group.chat.003", "userType": "host", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user3", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user100", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user2", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "host", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user51", "content": "What time does it start?", "channel": "group.chat.003", "userType": "speaker", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "speaker", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.003", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Get 50% off your first purchase with us!", "channel": "public.chat.id", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user90", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "host", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user67", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "What time does it start?", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "What time does it start?", "channel": "group.chat.001", "userType": "speaker", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user84", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user74", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "speaker", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user71", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "What time does it start?", "channel": "group.chat.001", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "host", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user83", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user62", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user39", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user85", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user44", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "What time does it start?", "channel": "public.chat.id", "userType": "speaker", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user65", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Check our huge discount on summer sales!", "channel": "public.chat.id", "userType": "host", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user77", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "speaker", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user74", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "host", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user82", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user89", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.003", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "speaker", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user14", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "host", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user49", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user31", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user39", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "host", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "speaker", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user77", "content": "What time does it start?", "channel": "group.chat.001", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user66", "content": "What time does it start?", "channel": "group.chat.002", "userType": "host", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user54", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Check our huge discount on summer sales!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "host", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user93", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user91", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user64", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user71", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user78", "content": "What time does it start?", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user72", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Get 50% off your first purchase with us!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user92", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user17", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "host", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user75", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user39", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "speaker", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "What time does it start?", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user93", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user18", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Earn rewards fast by joining our program today!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user77", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user12", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user63", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "host", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.002", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "speaker", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.002", "userType": "speaker", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "host", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user59", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "speaker", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user72", "content": "What time does it start?", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user16", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user73", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user27", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "speaker", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user95", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user10", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user77", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "host", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user93", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "speaker", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user83", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "host", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.003", "userType": "host", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.002", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user24", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user65", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.001", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "speaker", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "host", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "host", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "speaker", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Flash sale this weekend only on selected items!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Flash sale this weekend only on selected items!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user24", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user12", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user56", "content": "What time does it start?", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "What time does it start?", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user53", "content": "What time does it start?", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "speaker", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user98", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "speaker", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "What time does it start?", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user59", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user70", "content": "What time does it start?", "channel": "public.chat.id", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user17", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user50", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user1", "content": "What time does it start?", "channel": "group.chat.002", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user40", "content": "What time does it start?", "channel": "public.chat.id", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "speaker", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user11", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user86", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user85", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user11", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Sign up for our loyalty program and save!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Check our huge discount on summer sales!", "channel": "group.chat.003", "userType": "host", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Check our huge discount on summer sales!", "channel": "group.chat.003", "userType": "speaker", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "host", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "speaker", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "speaker", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "speaker", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.003", "userType": "host", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.003", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "What time does it start?", "channel": "group.chat.003", "userType": "speaker", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user70", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user98", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "speaker", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "speaker", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "host", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user64", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Get 50% off your first purchase with us!", "channel": "public.chat.id", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user57", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user8", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user93", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user90", "content": "What time does it start?", "channel": "public.chat.id", "userType": "host", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "What time does it start?", "channel": "public.chat.id", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user85", "content": "What time does it start?", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "host", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "host", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user45", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user49", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Subscribe now and get 20% off your order!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user38", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user67", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "speaker", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user57", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user100", "content": "What time does it start?", "channel": "group.chat.001", "userType": "speaker", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "speaker", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user61", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "speaker", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "host", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "host", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "host", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.002", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.002", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "host", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user70", "content": "What time does it start?", "channel": "group.chat.003", "userType": "speaker", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user31", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "host", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user31", "content": "What time does it start?", "channel": "group.chat.002", "userType": "speaker", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user71", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user95", "content": "What time does it start?", "channel": "public.chat.id", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user90", "content": "What time does it start?", "channel": "group.chat.002", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "host", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Earn rewards fast by joining our program today!", "channel": "public.chat.id", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user85", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user51", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "speaker", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "host", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.002", "userType": "speaker", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.001", "userType": "host", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user82", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Earn rewards fast by joining our program today!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user57", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Earn rewards fast by joining our program today!", "channel": "public.chat.id", "userType": "host", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user80", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.001", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "speaker", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "speaker", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "host", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.002", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "host", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "speaker", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "speaker", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "host", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "speaker", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user73", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "What time does it start?", "channel": "group.chat.003", "userType": "speaker", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user16", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user26", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "speaker", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user45", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.003", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "host", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user90", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "host", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user31", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Sign up for our loyalty program and save!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user28", "content": "What time does it start?", "channel": "group.chat.002", "userType": "host", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "speaker", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "host", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Flash sale this weekend only on selected items!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user50", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Check our huge discount on summer sales!", "channel": "group.chat.003", "userType": "speaker", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Check our huge discount on summer sales!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user14", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited time offer: Buy one, get one free!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user71", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "host", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user58", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Big savings on new arrivals, check them out!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user10", "content": "What time does it start?", "channel": "public.chat.id", "userType": "host", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user53", "content": "What time does it start?", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Sign up for our loyalty program and save!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "speaker", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Check our huge discount on summer sales!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Earn rewards fast by joining our program today!", "channel": "public.chat.id", "userType": "host", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Earn rewards fast by joining our program today!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Earn rewards fast by joining our program today!", "channel": "public.chat.id", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Flash sale this weekend only on selected items!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Flash sale this weekend only on selected items!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Flash sale this weekend only on selected items!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Flash sale this weekend only on selected items!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Get 50% off your first purchase with us!", "channel": "public.chat.id", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Get 50% off your first purchase with us!", "channel": "public.chat.id", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "speaker", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Sign up for our loyalty program and save!", "channel": "public.chat.id", "userType": "host", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Sign up for our loyalty program and save!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Sign up for our loyalty program and save!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Subscribe now and get 20% off your order!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Flash sale this weekend only on selected items!", "channel": "group.chat.003", "userType": "speaker", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.002", "userType": "host", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.003", "userType": "host", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user86", "content": "What time does it start?", "channel": "public.chat.id", "userType": "host", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "What time does it start?", "channel": "group.chat.002", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user54", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user72", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "speaker", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user24", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user83", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user57", "content": "What time does it start?", "channel": "group.chat.003", "userType": "host", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user26", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "host", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user56", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "speaker", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Sign up for our loyalty program and save!", "channel": "group.chat.001", "userType": "host", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user6", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "speaker", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.001", "userType": "speaker", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user91", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "host", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user80", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user95", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "speaker", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user78", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "host", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "speaker", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user63", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "speaker", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "speaker", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user89", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user72", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "speaker", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Big savings on new arrivals, check them out!", "channel": "public.chat.id", "userType": "speaker", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "speaker", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Join our webinar to earn free credits now!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Get 50% off your first purchase with us!", "channel": "public.chat.id", "userType": "speaker", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "What time does it start?", "channel": "group.chat.003", "userType": "host", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user89", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user51", "content": "What time does it start?", "channel": "group.chat.003", "userType": "speaker", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.002", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Limited time offer: Buy one, get one free!", "channel": "public.chat.id", "userType": "host", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "host", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user43", "content": "Check our huge discount on summer sales!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Don\u2019t miss out on our exclusive offer!", "channel": "group.chat.002", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user92", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "host", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user65", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user39", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user44", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Join our webinar to earn free credits now!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Get 50% off your first purchase with us!", "channel": "group.chat.002", "userType": "host", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "host", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.003", "userType": "host", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Subscribe now and get 20% off your order!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Earn rewards fast by joining our program today!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user53", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "host", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "host", "userName": "Charlie Johnson", "eventType": "chat"}} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Join our live demo session this weekend!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.001", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "group.chat.001", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "What time does it start?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "public.chat.id", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.004", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "group.chat.001", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "What time does it start?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "public.chat.id", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.005", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.004", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.004", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "What time does it start?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "public.chat.id", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.005", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.005", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "What time does it start?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Discover incredible discounts on our products!", "channel": "special.chat.004", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "special.chat.002", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.004", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user87", "content": "Join now and receive a special gift!", "channel": "special.chat.002", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user55", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user52", "content": "Special deals await in our loyalty program!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "group.chat.002", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Early access to new products for members only!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user20", "content": "Limited offer: Buy two get one free!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user21", "content": "Exclusive offers just for our subscribers!", "channel": "group.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user37", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Join our live demo session this weekend!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "group.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.001", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user79", "content": "Massive savings available this weekend only!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user10", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user8", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user92", "content": "Don't miss our new product launch this Friday!", "channel": "special.chat.001", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Sign up today for an exclusive webinar event!", "channel": "special.chat.004", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "Explore our summer collection with special discounts!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user61", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user38", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Don't miss our weekend flash sale!", "channel": "special.chat.005", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user57", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user31", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user64", "content": "Discover our exclusive member deals!", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user98", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user63", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user16", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user26", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user94", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user36", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user11", "content": "Check out our seasonal specials!", "channel": "special.chat.001", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user7", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user94", "content": "Unlock your exclusive offer now!", "channel": "group.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user10", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user18", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user62", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user26", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user89", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user16", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user84", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user8", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user44", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user85", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user83", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user67", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user26", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user1", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user75", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user29", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user12", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user24", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user92", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user54", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user14", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user57", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user56", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user86", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user28", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user84", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user7", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user89", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user17", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user100", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user28", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user7", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user10", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user44", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Is anyone else here?", "channel": "group.chat.002", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user49", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user41", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user73", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user41", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user3", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user94", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user26", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user84", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user29", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user41", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user57", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user93", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user62", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user11", "content": "What time does it start?", "channel": "special.chat.003", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user95", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user95", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user18", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user2", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user60", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user49", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user50", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user51", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user57", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user33", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user62", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user83", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user74", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user7", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user93", "content": "What time does it start?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user10", "content": "Looking forward to the event!", "channel": "group.chat.001", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user49", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user66", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user84", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user24", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user66", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user45", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user12", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user11", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user27", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user62", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user66", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user22", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user15", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user45", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user56", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user45", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user18", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user36", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user98", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user36", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user3", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user50", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user90", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user73", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "group.chat.002", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.004", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.005", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Huge discounts on all categories, shop now!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user48", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user89", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user84", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user70", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user18", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user8", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user28", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user28", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user35", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user3", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user100", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user68", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user73", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user27", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user36", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user74", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user95", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user35", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user39", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user6", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user77", "content": "Looking forward to the event!", "channel": "group.chat.002", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user92", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user40", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user2", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user24", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user49", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user27", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "What time does it start?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user74", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user58", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user64", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user6", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user35", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user51", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user6", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user81", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user3", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user35", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user39", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user95", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user66", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user92", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user2", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user6", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user47", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user36", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user47", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user80", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user51", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user8", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user17", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user82", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user78", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user3", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user45", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user61", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user49", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.005", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Get ready for our biggest sale of the season!", "channel": "special.chat.005", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "John Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user30", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Diana Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user78", "content": "Can't wait to see everyone!", "channel": "group.chat.002", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user90", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user64", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user78", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user93", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user66", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Is anyone else here?", "channel": "group.chat.001", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user63", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user95", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user50", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user6", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user82", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user61", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user84", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user24", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user27", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user72", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user35", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user94", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user88", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user86", "content": "Looking forward to the event!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user47", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user83", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user91", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user2", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user83", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user41", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user36", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user12", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user86", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user3", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user96", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user91", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user40", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user64", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user78", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user17", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user33", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user94", "content": "Looking forward to the event!", "channel": "group.chat.003", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user57", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user50", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user56", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user47", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user65", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user40", "content": "What time does it start?", "channel": "special.chat.005", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user89", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user3", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user98", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user27", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user98", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user51", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user65", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user51", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user14", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user71", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user82", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user75", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user85", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user93", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user80", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user76", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user93", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user26", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user39", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user9", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user99", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user72", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user50", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Alice Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user2", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user69", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user58", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Diana Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user56", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user18", "content": "Is anyone else here?", "channel": "public.chat.id", "userType": "user", "userName": "Alice Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user90", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user50", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user36", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user44", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user22", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user7", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user97", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user32", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user71", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user72", "content": "Is anyone else here?", "channel": "special.chat.001", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user70", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user95", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user53", "content": "Can't wait to see everyone!", "channel": "special.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user14", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user75", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "What time does it start?", "channel": "public.chat.id", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user16", "content": "Is anyone else here?", "channel": "special.chat.005", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "What time does it start?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user82", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user6", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user44", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user85", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user44", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "What time does it start?", "channel": "special.chat.004", "userType": "user", "userName": "Bob Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Looking forward to the event!", "channel": "special.chat.001", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user12", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Diana Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user7", "content": "Can't wait to see everyone!", "channel": "group.chat.003", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user56", "content": "Can't wait to see everyone!", "channel": "group.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user19", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user11", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user17", "content": "What time does it start?", "channel": "special.chat.002", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user34", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "What time does it start?", "channel": "group.chat.002", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user14", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Bob Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user14", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user100", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user92", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user25", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user75", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user58", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user5", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Charlie Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user100", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Jane Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user49", "content": "What time does it start?", "channel": "group.chat.001", "userType": "user", "userName": "Alice Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user46", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user86", "content": "Looking forward to the event!", "channel": "special.chat.002", "userType": "user", "userName": "John Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "Can't wait to see everyone!", "channel": "special.chat.002", "userType": "user", "userName": "Charlie Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user42", "content": "Is anyone else here?", "channel": "special.chat.004", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user33", "content": "Looking forward to the event!", "channel": "special.chat.005", "userType": "user", "userName": "Alice Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user27", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user53", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Johnson", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user44", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "Is anyone else here?", "channel": "special.chat.003", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user85", "content": "What time does it start?", "channel": "special.chat.003", "userType": "user", "userName": "Diana Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user27", "content": "Can't wait to see everyone!", "channel": "public.chat.id", "userType": "user", "userName": "Jane Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user85", "content": "Can't wait to see everyone!", "channel": "special.chat.003", "userType": "user", "userName": "Charlie Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user80", "content": "Can't wait to see everyone!", "channel": "special.chat.004", "userType": "user", "userName": "Jane Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user13", "content": "Is anyone else here?", "channel": "group.chat.003", "userType": "user", "userName": "Bob Smith", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user4", "content": "What time does it start?", "channel": "special.chat.001", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user49", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user89", "content": "Can't wait to see everyone!", "channel": "special.chat.005", "userType": "user", "userName": "Charlie Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user23", "content": "Is anyone else here?", "channel": "special.chat.002", "userType": "user", "userName": "Bob Williams", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user36", "content": "Looking forward to the event!", "channel": "special.chat.004", "userType": "user", "userName": "John Brown", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user77", "content": "Looking forward to the event!", "channel": "special.chat.003", "userType": "user", "userName": "John Jones", "eventType": "chat"}}, | |
{"event": "chat", "data": {"userId": "user18", "content": "What time does it start?", "channel": "group.chat.003", "userType": "user", "userName": "Jane Jones", "eventType": "chat"}} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment