C# 클래스 OakBot.TwitchChatConnection

파일 보기 프로젝트 열기: ocgineer/OakBot 1 사용 예제들

공개 메소드들

메소드 설명
JoinChannel ( string channel ) : void
SendChatMessage ( string message ) : void
TwitchChatConnection ( TwitchCredentials connectingUser, bool isBot = true ) : OakBot.Args

비공개 메소드들

메소드 설명
Run ( ) : void

메소드 상세

JoinChannel() 공개 메소드

public JoinChannel ( string channel ) : void
channel string
리턴 void

SendChatMessage() 공개 메소드

public SendChatMessage ( string message ) : void
message string
리턴 void

TwitchChatConnection() 공개 메소드

public TwitchChatConnection ( TwitchCredentials connectingUser, bool isBot = true ) : OakBot.Args
connectingUser TwitchCredentials
isBot bool
리턴 OakBot.Args