writeChat
API - sends a message to your live stream chatroom
return function()
writeChat('hello world'); --prints hello world into your chat!
endLast updated
API - sends a message to your live stream chatroom
return function()
writeChat('hello world'); --prints hello world into your chat!
endIf you have multiple streaming integrations connected, it will attempt to send the message in each chatroom.
Last updated