C# Class TwitchLib.Extensions.Client.SubscribersOnly

Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
SubscribersOnlyOff ( this client ) : void

Disables subscriber only mode in chat.

SubscribersOnlyOff ( this client, JoinedChannel channel ) : void

Enables subscriber only mode in chat.

SubscribersOnlyOff ( this client, string channel ) : void

Disables subscriber only mode in chat.

SubscribersOnlyOn ( this client ) : void

Enables subscriber only mode in chat.

SubscribersOnlyOn ( this client, JoinedChannel channel ) : void

Enables subscriber only mode in chat.

SubscribersOnlyOn ( this client, string channel ) : void

Enables subscriber only mode in chat.

Method Details

SubscribersOnlyOff() public static méthode

Disables subscriber only mode in chat.
public static SubscribersOnlyOff ( this client ) : void
client this
Résultat void

SubscribersOnlyOff() public static méthode

Enables subscriber only mode in chat.
public static SubscribersOnlyOff ( this client, JoinedChannel channel ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of which channel to send subscriber only off command to.
Résultat void

SubscribersOnlyOff() public static méthode

Disables subscriber only mode in chat.
public static SubscribersOnlyOff ( this client, string channel ) : void
client this
channel string String representation of which channel to send subscriber only off command to.
Résultat void

SubscribersOnlyOn() public static méthode

Enables subscriber only mode in chat.
public static SubscribersOnlyOn ( this client ) : void
client this
Résultat void

SubscribersOnlyOn() public static méthode

Enables subscriber only mode in chat.
public static SubscribersOnlyOn ( this client, JoinedChannel channel ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel representation of which channel to send subscriber only command to.
Résultat void

SubscribersOnlyOn() public static méthode

Enables subscriber only mode in chat.
public static SubscribersOnlyOn ( this client, string channel ) : void
client this
channel string String representation of which channel to send subscriber only command to.
Résultat void