Method | Description | |
---|---|---|
ChangeChatColor ( this client, System.Enums color ) : void |
Sends request to change color of chat name in Twitch chat.
|
|
ChangeChatColor ( this client, |
Sends request to change color of chat name in Twitch chat.
|
|
ChangeChatColor ( this client, string channel, System.Enums color ) : void |
Sends request to change color of chat name in Twitch chat.
|
public static ChangeChatColor ( this client, System.Enums color ) : void | ||
client | this | |
color | System.Enums | Enum representing available chat preset colors. |
return | void |
public static ChangeChatColor ( this client, |
||
client | this | |
channel | JoinedChannel object representing which channel to send command to. | |
color | System.Enums | Enum representing available chat preset colors. |
return | void |
public static ChangeChatColor ( this client, string channel, System.Enums color ) : void | ||
client | this | |
channel | string | String representing the channel to send the command to. |
color | System.Enums | Enum representing available chat preset colors. |
return | void |