TwitchBlockUserById

C# Methods Reference

public bool TwitchBlockUserById(string userId, TwitchBlockContext context = None, TwitchBlockReason reason = None)
userId
string required

No description provided.

context
Streamer.bot.Plugin.Interface.Enums.TwitchBlockContext

No description provided.

reason
Streamer.bot.Plugin.Interface.Enums.TwitchBlockReason

No description provided.

bool
CPH.TwitchBlockUserById(userId);
CPH.TwitchBlockUserById(userId, context, reason);