C# Class TwitchLib.Extensions.Client.ChangeChatColorExt

Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

ChangeChatColor() public static méthode

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.
Résultat void

ChangeChatColor() public static méthode

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.
Résultat void