예제 #1
0
 public void LeaveGroup(string toGroup)
 {
     _coolQApi.CQ_setGroupLeave(AuthCode, Convert.ToInt64(toGroup), false);
 }