UnsetTwitchUserVar
C# Methods Reference
Signature
public void UnsetTwitchUserVar(string userName, string varName, bool persisted = true)
Parameters
userName
string required
varName
string required
persisted
bool
Return Type
void
Example
CPH.UnsetTwitchUserVar(userName, varName);
CPH.UnsetTwitchUserVar(userName, varName, persisted);