C# 클래스 TwitchLib.Extensions.Client.SubscribersOnly

파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
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.

메소드 상세

SubscribersOnlyOff() 공개 정적인 메소드

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

SubscribersOnlyOff() 공개 정적인 메소드

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.
리턴 void

SubscribersOnlyOff() 공개 정적인 메소드

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.
리턴 void

SubscribersOnlyOn() 공개 정적인 메소드

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

SubscribersOnlyOn() 공개 정적인 메소드

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.
리턴 void

SubscribersOnlyOn() 공개 정적인 메소드

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.
리턴 void