C# 클래스 TwitchLib.Extensions.Client.ChangeChatColorExt

파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
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