Send Shoutout
Send a shoutout to a user on Twitch

Send Shoutout Dialog
Parameters
User Login
String required
User login name or a variable like %userName%
Variables
Name | Type | Description |
---|---|---|
Example Value: true
|
C# Usage
public bool TwitchSendShoutoutByLogin(string userLogin)
CPH.TwitchSendShoutoutByLogin(userLogin);
public bool TwitchSendShoutoutById(string userId)
CPH.TwitchSendShoutoutById(userId);