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

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

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

Метод Описание
EmoteOnlyOff ( this client ) : void

Disables emote only chat requirement.

EmoteOnlyOff ( this client, JoinedChannel channel ) : void

Disables emote only chat requirement.

EmoteOnlyOff ( this client, string channel ) : void

Disables emote only chat requirement.

EmoteOnlyOn ( this client ) : void

Enables emote only chat requirement.

EmoteOnlyOn ( this client, JoinedChannel channel ) : void

Enables emote only chat requirement.

EmoteOnlyOn ( this client, string channel ) : void

Enables emote only chat requirement.

Описание методов

EmoteOnlyOff() публичный статический Метод

Disables emote only chat requirement.
public static EmoteOnlyOff ( this client ) : void
client this
Результат void

EmoteOnlyOff() публичный статический Метод

Disables emote only chat requirement.
public static EmoteOnlyOff ( this client, JoinedChannel channel ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of the channel to send the disable emote only command to.
Результат void

EmoteOnlyOff() публичный статический Метод

Disables emote only chat requirement.
public static EmoteOnlyOff ( this client, string channel ) : void
client this
channel string String representation of the channel to send the disable emote only command to.
Результат void

EmoteOnlyOn() публичный статический Метод

Enables emote only chat requirement.
public static EmoteOnlyOn ( this client ) : void
client this
Результат void

EmoteOnlyOn() публичный статический Метод

Enables emote only chat requirement.
public static EmoteOnlyOn ( this client, JoinedChannel channel ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of the channel to send the enable emote only command to.
Результат void

EmoteOnlyOn() публичный статический Метод

Enables emote only chat requirement.
public static EmoteOnlyOn ( this client, string channel ) : void
client this
channel string String representation of the channel to send the enable emote only command to.
Результат void