CommandGetUserCounterById

Returns the total number of times a user has executed the specified command, by ID

Signature

public CommandCounter CommandGetUserCounterById(string userId, Platform platform, string commandId)

Parameters

userId
string required

No description provided.

platform
Streamer.bot.Plugin.Interface.Enums.Platform required

No description provided.

commandId
string required

No description provided.

Return Type

Streamer.bot.Plugin.Interface.Model.CommandCounter

Example

CPH.CommandGetUserCounterById(userId, platform, commandId);