TwitchGetRewardCounter

Get the counter of a Twitch reward, by id

Signature

public TwitchRewardCounter TwitchGetRewardCounter(string rewardId, bool persisted = true)

Parameters

rewardId
string required

No description provided.

persisted
bool
Default:
True

No description provided.

Return Type

Streamer.bot.Plugin.Interface.Model.TwitchRewardCounter

Example

CPH.TwitchGetRewardCounter(rewardId);
CPH.TwitchGetRewardCounter(rewardId, persisted);