C# Class TwitchLib.Extensions.Client.EmoteOnlyExt

Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

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

Method Details

EmoteOnlyOff() public static method

Disables emote only chat requirement.
public static EmoteOnlyOff ( this client ) : void
client this
return void

EmoteOnlyOff() public static method

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

EmoteOnlyOff() public static method

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

EmoteOnlyOn() public static method

Enables emote only chat requirement.
public static EmoteOnlyOn ( this client ) : void
client this
return void

EmoteOnlyOn() public static method

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

EmoteOnlyOn() public static method

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