TwitchResetUserRewardCounters

Reset all user reward counters for the specified user, by id

Signature

public void TwitchResetUserRewardCounters(string userId, bool persisted)

Parameters

userId
string required

No description provided.

persisted
bool required

No description provided.

Return Type

void

Example

CPH.TwitchResetUserRewardCounters(userId, persisted);