Unban User
Unban a Twitch user
Preview
Parameters
User Loginrequired
String
can be a user name or a variable like %userName%
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
unbanResult | bool | indicator whether the unban has been successful or not Example: True/False |
unbannedUser | string | display name of the unbanned user Example: PewDiePie |
unbannedUserId | string | ID of the unbanned user Example: 12345678 |
unbannedUserName | string | login name of the unbanned user Example: pewdiepie |
unbannedUserType | string | platform of the unbanned user Example: twitch |
C# Usage
public bool TwitchUnbanUser(string userName, bool bot = false)