onMuteListAddedFromChatRoom property

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

~english Occurs when a chat room member(s) is/are added to mute list. ~end

~chinese 有成员被禁言回调。 ~end

Implementation

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