getAdminList method

List getAdminList ()

获取群管理员列表

Implementation

List getAdminList(){
  return _adminList;
}