C# Class TwitchLib.Extensions.Client.SubscribersOnly

Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method 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 method

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

SubscribersOnlyOff() public static method

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

SubscribersOnlyOff() public static method

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

SubscribersOnlyOn() public static method

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

SubscribersOnlyOn() public static method

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

SubscribersOnlyOn() public static method

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