Reply to Message

Send a reply to a specific Twitch chat message
Reply to Message Dialog
Reply to Message Dialog

Parameters

Reply Id
Text required
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
Message
Text required

Enter the message contents

Send using bot account
Toggle
  • Send the reply using your Twitch Bot account
  • Send the reply using your Twitch Broadcaster account
Fallback to Broadcaster
Toggle
  • 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
No data

C# Usage

Send a reply to a specific Twitch chat message

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