Warn User

Warn a Twitch user
0.2.4

Parameters

User Loginrequired
String

can be a user name or a variable like %userName%

Reason
String

warn reason

Variables

The following variables will be populated after executing this sub-action:

Description
warnedResultbool

indicator whether the warning has been successful or not

True/False
warnedUserstring

display name of the warned user

PewDiePie
warnedUserIdstring

ID of the warned user

12345678
warnedUserNamestring

login name of the warned user

pewdiepie
warnedUserTypestring

platform of the warned user

twitch

C# Usage

public bool TwitchWarnUser(string userName, string reason)