CommandGetUserCounter
Returns the total number of times a user has executed the specified command
Signature
public CommandCounter CommandGetUserCounter(string userLogin, Platform platform, string commandId)
Parameters
userLogin
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.CommandGetUserCounter(userLogin, platform, commandId);