Skip to content

Chat Message

Topic
channel.chat.message
Scope
overlays:read

The channel.chat.message topic provides real-time updates about the chat messages on a channel. It delivers the raw message structure based on the platform you’re connected to. Subscribe to this topic to receive updates whenever a new chat message is sent.

{
"id": "01JY3ZPEVXTM7RZ0X7FXP1STCT",
"ts": "2025-06-19T11:37:58Z",
"type": "message",
"topic": "channel.chat.message",
"room": "5f2de5dd9a474a2c2aaaaaaa",
"data": {
"broadcaster_user_id": "28050000",
"broadcaster_user_login": "exampleuser",
"broadcaster_user_name": "exampleuser",
"source_broadcaster_user_id": "",
"chatter_user_id": "28057703",
"chatter_user_login": "exampleuser",
"chatter_user_name": "exampleuser",
"message_id": "caf9fb9a-a702-486e-92f1-0c60a3a28f38",
"color": "#8AE020",
"message": {
"text": "Test message with emote <3",
"fragments": [
{
"type": "text",
"text": "Test message with emote ",
"cheermote": null,
"emote": null,
"mention": null
},
{
"type": "emote",
"text": "<3",
"cheermote": null,
"emote": {
"id": "555555584",
"emote_set_id": "0",
"owner_id": "twitch",
"format": [
"static"
]
},
"mention": null
}
]
},
"cheer": null,
"badges": [
{
"set_id": "broadcaster",
"id": "1",
"info": ""
},
{
"set_id": "subscriber",
"id": "3012",
"info": "55"
},
{
"set_id": "share-the-love",
"id": "1",
"info": ""
}
],
"message_type": "text",
"reply": null,
"channel_points_custom_reward_id": null
}
}
  • Activities - General channel activity events
  • Websockets - General information about the Astro Websocket Gateway