Send Message
Send a Twitch chat message
Preview
Parameters
Messagerequired
Text
Enter the message contents
Send using bot account
Toggle
default:
Unchecked
- Send the reply using your Twitch Bot account
- Send the reply using your Twitch Broadcaster account
Fallback to Broadcaster
Toggle
default:
Unchecked
- If
Send using Bot account
is checked, it will attempt to send reply as Twitch Bot account and, if unable, then send as Twitch Broadcaster. - If
Send using Bot account
is unchecked, it will attempt to send reply as Twitch Bot account and, if unable, then do nothing (i.e. the Twitch Bot account is not logged in.
Variables
This sub-action does not populate any variables.
C# Usage
Sends a Twitch chat message using either Twitch Broadcaster or Twitch Bot account
public void SendMessage(string message, bool useBot = true, bool fallback = true)