UnsetTwitchUserById

C# Methods Reference

public void UnsetTwitchUserById(string userId, bool persisted = true)
userId
string required

No description provided.

persisted
bool

No description provided.

void
CPH.UnsetTwitchUserById(userId);
CPH.UnsetTwitchUserById(userId, persisted);