writeChat

API - sends a message to your live stream chatroom

return function()
    writeChat('hello world'); --prints hello world into your chat!
end

If you have multiple streaming integrations connected, it will attempt to send the message in each chatroom.

Last updated