onMuteListAddedFromGroup property

(void Function(String groupId, List<String> mutes, int? muteExpire)?) onMuteListAddedFromGroup
final

Occurs when one or more group members are muted.

Note: The mute function is different from a block list. A user, when muted, can still see group messages, but cannot send messages in the group. However, a user on the block list can neither see nor send group messages.

Implementation

final void Function(
  String groupId,
  List<String> mutes,
  int? muteExpire,
)? onMuteListAddedFromGroup;