UnsetTwitchUserVar

C# Methods Reference

public void UnsetTwitchUserVar(string userName, string varName, bool persisted = true)
userName
string required
varName
string required
persisted
bool
void
CPH.UnsetTwitchUserVar(userName, varName);
CPH.UnsetTwitchUserVar(userName, varName, persisted);