Reply to Message

Send a reply to a specific Twitch chat message

Parameters

Preferred Accountrequired
Select
default:Bot
  • Broadcaster - Send the reply using your Twitch Broadcaster account
  • Bot - Send the reply using your Twitch Bot account
Reply Idrequired
Text
default:%msgId%

Enter the unique ID of the message to reply to

All triggers that contain the Twitch Chat variables, will populate the %msgId% variable
Messagerequired
Text

Enter the message contents

Variables

This sub-action does not populate any variables.

C# Usage

Send a reply to a specific Twitch chat message

public void TwitchReplyToMessage(string message, string replyId, bool bot = true)