onMuteListAddedFromGroup property
final
有成员被禁言回调。 用户禁言后,将无法在群中发送消息,但可查看群组中的消息,而黑名单中的用户无法查看和发送群组消息。
Implementation
final void Function(
String groupId,
List<String> mutes,
int? muteExpire,
)? onMuteListAddedFromGroup;
有成员被禁言回调。 用户禁言后,将无法在群中发送消息,但可查看群组中的消息,而黑名单中的用户无法查看和发送群组消息。
final void Function(
String groupId,
List<String> mutes,
int? muteExpire,
)? onMuteListAddedFromGroup;