Unban User
Unban a Twitch user

Unban User Dialog
Parameters
User Login
String required
can be a user name or a variable like %userName%
Variables
Name | Type | Description |
---|---|---|
Example Value: True/False indicator whether the unban has been successful or not | ||
Example Value: GenericUser display name of the unbanned user | ||
Example Value: 12345678 ID of the unbanned user | ||
Example Value: genericuser login name of the unbanned user | ||
Example Value: twitch platform of the unbanned user |
C# Usage
public bool TwitchUnbanUser(string userName, bool bot = false)
CPH.TwitchUnbanUser(userName);
CPH.TwitchUnbanUser(userName, bot);