コード例 #1
0
 private void Whisper(string userName, string msg)
 {
     //Twitch.Whisper(userName, "yo");
     Twitch.Whisper(userName, TruncateForTwitch(msg));
 }
コード例 #2
0
 public void Whisper(string userName, string message)
 {
     Twitch.Whisper(userName, message);
 }