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

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

공개 메소드들

메소드 설명
ClearChat ( this client ) : void

Sends request to clear chat (may be ignored by plugins like BTTV)

ClearChat ( this client, JoinedChannel channel ) : void

Sends request to clear chat (may be ignored by plugins like BTTV)

ClearChat ( this client, string channel ) : void

Sends request to clear chat (may be ignored by plugins like BTTV)

메소드 상세

ClearChat() 공개 정적인 메소드

Sends request to clear chat (may be ignored by plugins like BTTV)
public static ClearChat ( this client ) : void
client this
리턴 void

ClearChat() 공개 정적인 메소드

Sends request to clear chat (may be ignored by plugins like BTTV)
public static ClearChat ( this client, JoinedChannel channel ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of which channel to send clear chat command to.
리턴 void

ClearChat() 공개 정적인 메소드

Sends request to clear chat (may be ignored by plugins like BTTV)
public static ClearChat ( this client, string channel ) : void
client this
channel string String representation of which channel to send clear chat command to.
리턴 void