onMuteListAddedFromChatRoom property

(void Function(String roomId, Map<String, int> mutes)?) onMuteListAddedFromChatRoom
final

有成员被禁言回调。

Implementation

final void Function(
  String roomId,
  Map<String, int> mutes,
)? onMuteListAddedFromChatRoom;