C# Класс TwitchLib.Extensions.Client.ChangeChatColorExt

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ChangeChatColor() публичный статический Метод

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.
Результат void

ChangeChatColor() публичный статический Метод

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.
Результат void

ChangeChatColor() публичный статический Метод

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.
Результат void