示例#1
0
 public void SendPrivateMessage(string toQq, string message)
 {
     _coolQApi.CQ_sendPrivateMsg(AuthCode, Convert.ToInt64(toQq), message);
 }