====================== chatMessage ====================== | Receive a notification when a message is sent. | Includes :ref:`objects:message`, :ref:`objects:broadcaster`, and :ref:`objects:user` objects. .. note:: There is a separate notification for :ref:`private chat message`. Example Output -------------- .. code-block:: json { "message": { "color": "#494949", "bgColor": null, "message": "hello", "font": "default", }, "broadcaster": "testuser", "user": { "username": "testuser1", "inFanclub": false, "gender": "m", "hasTokens": true, "recentTips": "none", "isMod": false } }