C# Class TwitchLib.Extensions.Client.ClearChatExt

Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
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)

Method Details

ClearChat() public static method

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

ClearChat() public static method

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.
return void

ClearChat() public static method

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.
return void