C# Class TwitchLib.Extensions.Client.ClearChatExt

Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

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

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

ClearChat() public static méthode

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

ClearChat() public static méthode

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