getMaxUserCount method

int getMaxUserCount ()

群人数上限

Implementation

int getMaxUserCount(){
  return _maxUserCount;
}