getOccupants method

List getOccupants ()

获取群所有人员

Implementation

List getOccupants(){
  return _occupants;
}