Метод | Описание | |
---|---|---|
EmoteOnlyOff ( this client ) : void |
Disables emote only chat requirement.
|
|
EmoteOnlyOff ( this client, |
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, |
Enables emote only chat requirement.
|
|
EmoteOnlyOn ( this client, string channel ) : void |
Enables emote only chat requirement.
|
public static EmoteOnlyOff ( this client ) : void | ||
client | this | |
Результат | void |
public static EmoteOnlyOff ( this client, |
||
client | this | |
channel | JoinedChannel representation of the channel to send the disable emote only command to. | |
Результат | void |
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 |
public static EmoteOnlyOn ( this client ) : void | ||
client | this | |
Результат | void |
public static EmoteOnlyOn ( this client, |
||
client | this | |
channel | JoinedChannel representation of the channel to send the enable emote only command to. | |
Результат | void |
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 |