C# Class TwitchLib.Extensions.Client.ChangeChatColorExt

Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
ChangeChatColor ( this client, System.Enums color ) : void

Sends request to change color of chat name in Twitch chat.

ChangeChatColor ( this client, JoinedChannel channel, System.Enums color ) : void

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.

Method Details

ChangeChatColor() public static method

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

ChangeChatColor() public static method

Sends request to change color of chat name in Twitch chat.
public static ChangeChatColor ( this client, JoinedChannel channel, System.Enums color ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel object representing which channel to send command to.
color System.Enums Enum representing available chat preset colors.
return void

ChangeChatColor() public static method

Sends request to change color of chat name in Twitch chat.
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