setTeamChatBannedMode method
- String teamId,
- NIMTeamType teamType,
- NIMTeamChatBannedMode chatBannedMode
设置群组聊天禁言模式
@param teamId 群组Id @param teamType 群组类型 @param chatBannedMode 群组禁言模式
Implementation
Future<NIMResult<void>> setTeamChatBannedMode(String teamId,
NIMTeamType teamType, NIMTeamChatBannedMode chatBannedMode) async {
return _platform.setTeamChatBannedMode(teamId, teamType, chatBannedMode);
}