onMuteListAddedFromGroup method Null safety
Occurs when members are added to the mute list of the group.
Param groupId
The group ID.
Param mutes
The members to be muted.
Param muteExpire
Reserved parameter. The time when the mute state expires.
Implementation
void onMuteListAddedFromGroup(
String groupId, List<String> mutes, int? muteExpire);