Send Message

Send a Twitch chat message
Send Message Dialog
Send Message Dialog

Parameters

Message
Text required

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

NameTypeDescription
 
Variables generated by all triggers and available within all action executions.

C# Usage

public void SendMessage(string message, bool useBot = true, bool fallback = true)
Read more in API > C# > Methods > Twitch > Chat > Send Message