onMuteListRemovedFromGroup property

(void Function(String groupId, List<String> mutes)?) onMuteListRemovedFromGroup
final

~english Occurs when one or more group members are unmuted. ~end

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

Implementation

final void Function(
  String groupId,
  List<String> mutes,
)? onMuteListRemovedFromGroup;