getAdminList method

List getAdminList ()

获取聊天室的管理员列表,如果没有获取聊天室详情,返回可能为空

Implementation

List getAdminList(){
   return _administratorList;
}