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