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

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

공개 메소드들

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

메소드 상세

EmoteOnlyOff() 공개 정적인 메소드

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

EmoteOnlyOff() 공개 정적인 메소드

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

EmoteOnlyOff() 공개 정적인 메소드

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

EmoteOnlyOn() 공개 정적인 메소드

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

EmoteOnlyOn() 공개 정적인 메소드

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

EmoteOnlyOn() 공개 정적인 메소드

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