isPublic method

bool isPublic ()

是否是公开群

Implementation

bool isPublic(){
  return _isPublic;
}