Signature

public bool TwitchTimeoutUser(string username, int duration, string reason, bool bot = false)

Parameters

username
string required

No description provided.

duration
int required

No description provided.

reason
string

No description provided.

bot
bool
Default:
False

No description provided.

Return Type

bool

Example

CPH.TwitchTimeoutUser(username, duration);
CPH.TwitchTimeoutUser(username, duration, reason, bot);