Send Shoutout
Send a shoutout to a user on Twitch

Preview
Parameters
User Loginrequired
String
User login name or a variable like %userName%
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
shoutoutSuccess | bool |
Example: true |
C# Usage
public bool TwitchSendShoutoutByLogin(string userLogin)
public bool TwitchSendShoutoutById(string userId)