Send Message to Channel
Send a chat message to your YouTube channel
Preview
Parameters
Message
Enter the message to be sent to your chat.
- This field is currently limited to plain text - no variable support.
C# Usage
public void SendYouTubeMessage(string message, bool bot = true, string broadcastId)
Sends a chat message to the most recently monitored YouTube broadcast
0.2.4
public void SendYouTubeMessageToLatestMonitored(string message, bool bot = true)