onMuteListAddedFromGroup method Null safety

void onMuteListAddedFromGroup(
  1. String groupId,
  2. List<String> mutes,
  3. int? muteExpire
)

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);