Method | Description | |
---|---|---|
ChangeChatColor ( this client, |
Enables follower only chat, requires a TimeSpan object to indicate how long a viewer must have been following to chat. Maximum time is 90 days (3 months).
|
|
ChangeChatColor ( this client, System.TimeSpan requiredFollowTime ) : void |
Enables follower only chat, requires a TimeSpan object to indicate how long a viewer must have been following to chat. Maximum time is 90 days (3 months).
|
|
ChangeChatColor ( this client, string channel, System.TimeSpan requiredFollowTime ) : void |
Enables follower only chat, requires a TimeSpan object to indicate how long a viewer must have been following to chat. Maximum time is 90 days (3 months).
|
|
FollowersOnlyOff ( this client ) : void |
Disables follower only chat.
|
|
FollowersOnlyOff ( this client, |
Disables follower only chat.
|
|
FollowersOnlyOff ( this client, string channel ) : void |
Disables follower only chat.
|
public static ChangeChatColor ( this client, |
||
client | this | |
channel | JoinedChannel object representing which channel to send command to. | |
requiredFollowTime | System.TimeSpan | Amount of time required to pass before a viewer can chat. Maximum is 3 months (90 days). |
return | void |
public static ChangeChatColor ( this client, System.TimeSpan requiredFollowTime ) : void | ||
client | this | |
requiredFollowTime | System.TimeSpan | Amount of time required to pass before a viewer can chat. Maximum is 3 months (90 days). |
return | void |
public static ChangeChatColor ( this client, string channel, System.TimeSpan requiredFollowTime ) : void | ||
client | this | |
channel | string | String representing the channel to send the command to. |
requiredFollowTime | System.TimeSpan | Amount of time required to pass before a viewer can chat. Maximum is 3 months (90 days). |
return | void |
public static FollowersOnlyOff ( this client ) : void | ||
client | this | |
return | void |
public static FollowersOnlyOff ( this client, |
||
client | this | |
channel | ||
return | void |
public static FollowersOnlyOff ( this client, string channel ) : void | ||
client | this | |
channel | string | |
return | void |