TwitchResetUserRewardCounter

Reset user reward counters for the specified reward id and user Id

Signature

public void TwitchResetUserRewardCounter(string rewardId, string userId)

Parameters

rewardId
string required

No description provided.

userId
string required

No description provided.

Return Type

void

Example

CPH.TwitchResetUserRewardCounter(rewardId, userId);