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

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

공개 메소드들

메소드 설명
ChangeChatColor ( this client, JoinedChannel channel, System.TimeSpan requiredFollowTime ) : void

Enables follower only chat, requires a TimeSpan object to indicate how long a viewer must have been following to chat. Maximum time is 90 days (3 months).

ChangeChatColor ( this client, System.TimeSpan requiredFollowTime ) : void

Enables follower only chat, requires a TimeSpan object to indicate how long a viewer must have been following to chat. Maximum time is 90 days (3 months).

ChangeChatColor ( this client, string channel, System.TimeSpan requiredFollowTime ) : void

Enables follower only chat, requires a TimeSpan object to indicate how long a viewer must have been following to chat. Maximum time is 90 days (3 months).

FollowersOnlyOff ( this client ) : void

Disables follower only chat.

FollowersOnlyOff ( this client, JoinedChannel channel ) : void

Disables follower only chat.

FollowersOnlyOff ( this client, string channel ) : void

Disables follower only chat.

메소드 상세

ChangeChatColor() 공개 정적인 메소드

Enables follower only chat, requires a TimeSpan object to indicate how long a viewer must have been following to chat. Maximum time is 90 days (3 months).
public static ChangeChatColor ( this client, JoinedChannel channel, System.TimeSpan requiredFollowTime ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel JoinedChannel object representing which channel to send command to.
requiredFollowTime System.TimeSpan Amount of time required to pass before a viewer can chat. Maximum is 3 months (90 days).
리턴 void

ChangeChatColor() 공개 정적인 메소드

Enables follower only chat, requires a TimeSpan object to indicate how long a viewer must have been following to chat. Maximum time is 90 days (3 months).
public static ChangeChatColor ( this client, System.TimeSpan requiredFollowTime ) : void
client this
requiredFollowTime System.TimeSpan Amount of time required to pass before a viewer can chat. Maximum is 3 months (90 days).
리턴 void

ChangeChatColor() 공개 정적인 메소드

Enables follower only chat, requires a TimeSpan object to indicate how long a viewer must have been following to chat. Maximum time is 90 days (3 months).
public static ChangeChatColor ( this client, string channel, System.TimeSpan requiredFollowTime ) : void
client this
channel string String representing the channel to send the command to.
requiredFollowTime System.TimeSpan Amount of time required to pass before a viewer can chat. Maximum is 3 months (90 days).
리턴 void

FollowersOnlyOff() 공개 정적인 메소드

Disables follower only chat.
public static FollowersOnlyOff ( this client ) : void
client this
리턴 void

FollowersOnlyOff() 공개 정적인 메소드

Disables follower only chat.
public static FollowersOnlyOff ( this client, JoinedChannel channel ) : void
client this
channel TwitchLib.Models.Client.JoinedChannel
리턴 void

FollowersOnlyOff() 공개 정적인 메소드

Disables follower only chat.
public static FollowersOnlyOff ( this client, string channel ) : void
client this
channel string
리턴 void