コード例 #1
0
 public string GetGroupMemebers(string toGroup)
 {
     return(_coolQApi.CQ_getGroupMemberList(AuthCode, long.Parse(toGroup)));
 }