Send Message to Channel

Send a chat message to your YouTube channel
Send Message to Channel Dialog
Send Message to Channel Dialog
This field is currently limited to plain text - no variable support.

Parameters

Message
string required

The message to send to your channel chat

C# Usage

public void SendYouTubeMessage(string message, bool useBot = true, bool fallback = true, string broadcastId)

Sends a chat message to the most recently monitored YouTube broadcast

0.2.4
public void SendYouTubeMessageToLatestMonitored(string message, bool useBot = true, bool fallback = true)