1 package com.netease.nimlib.sdk.team;
18 import java.io.Serializable;
19 import java.util.List;
40 String postscript, List<String> members);
53 String postscript, List<String> members,
AntiSpamConfig antiSpamConfig);
166 Team queryTeamBlock(String teamId);
180 public List<Team> queryTeamListBlock();
196 public List<Team> queryTeamListByIdBlock(List<String> tidList);
212 public List<Team> queryTeamListByTypeBlock(
TeamTypeEnum type);
219 public int queryTeamCountBlock();
227 public int queryTeamCountByTypeBlock(
TeamTypeEnum type);
352 TeamMember queryTeamMemberBlock(String teamId, String account);
361 List<TeamMember> queryMutedTeamMembers(String teamId);
434 void refreshTeamMessageReceipt(List<IMMessage> messages);
描述群成员资料的数据结构 对于讨论组,不能设置群昵称,也没有管理员,不用关心TeamMemberType ...
NIM消息实体数据结构。 第三方APP不要调用设置类接口,调用之后不会被持久化
群已读回执信息 此类有两种状态,一种是存储已读未读用户账号列表的状态,一种是存储已读未读人数的状态 第...
群组操作相关接口 群更新的通知监测见 TeamServiceObserver