getBlackList method

List getBlackList ()

获取群黑名单列表

Implementation

List getBlackList(){
  return _blackList;
}