C# Class OakBot.TwitchChatConnection

Afficher le fichier Open project: ocgineer/OakBot Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Run ( ) : void

Method Details

JoinChannel() public méthode

public JoinChannel ( string channel ) : void
channel string
Résultat void

SendChatMessage() public méthode

public SendChatMessage ( string message ) : void
message string
Résultat void

TwitchChatConnection() public méthode

public TwitchChatConnection ( TwitchCredentials connectingUser, bool isBot = true ) : OakBot.Args
connectingUser TwitchCredentials
isBot bool
Résultat OakBot.Args