SendChat() private method

private SendChat ( TwitchConnection twitchConnection, string message ) : void
twitchConnection TwitchConnection
message string
return void
Exemplo n.º 1
0
 public void SendChatMessage(string message)
 {
     chatIrcConnection.SendChat(twitchConnection, message);
 }