예제 #1
0
 public void EnableGroupAdmin(string toGroup, string toQq)
 {
     _coolQApi.CQ_setGroupAdmin(AuthCode, Convert.ToInt64(toGroup), Convert.ToInt64(toQq), true);
 }