Send Shoutout

Send a shoutout to a user on Twitch
Send Shoutout Dialog
Send Shoutout Dialog

Parameters

User Login
String required

User login name or a variable like %userName%

Variables

NameTypeDescription
Example Value:true
  • True - Shoutout was successfully made
  • False - Shoutout failed Reasons why a shoutout can fail:
  • You, the broadcaster, is currently not live
  • A shoutout is currently still on-going. 2 minutes per shoutout
  • A shoutout was already done for the specified person in the last hour

C# Usage

public bool TwitchSendShoutoutByLogin(string userLogin)
public bool TwitchSendShoutoutById(string userId)