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

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

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

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