C# Class TwitchLib.Extensions.Client.EmoteOnlyExt

Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

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

Disables emote only chat requirement.
public static EmoteOnlyOff ( this client ) : void
client this
Résultat void

EmoteOnlyOff() public static méthode

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

EmoteOnlyOff() public static méthode

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

EmoteOnlyOn() public static méthode

Enables emote only chat requirement.
public static EmoteOnlyOn ( this client ) : void
client this
Résultat void

EmoteOnlyOn() public static méthode

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

EmoteOnlyOn() public static méthode

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