C# Class OakBot.TwitchChatConnection

显示文件 Open project: ocgineer/OakBot Class Usage Examples

Public Methods

Method Description
JoinChannel ( string channel ) : void
SendChatMessage ( string message ) : void
TwitchChatConnection ( TwitchCredentials connectingUser, bool isBot = true ) : OakBot.Args

Private Methods

Method Description
Run ( ) : void

Method Details

JoinChannel() public method

public JoinChannel ( string channel ) : void
channel string
return void

SendChatMessage() public method

public SendChatMessage ( string message ) : void
message string
return void

TwitchChatConnection() public method

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