onUserRemovedFromGroup property

void Function(String groupId, String? groupName)? onUserRemovedFromGroup
final

~english Occurs when the current user is removed from the group by the group admin. ~end

~chinese 当前用户被移出群组时的回调。 ~end

Implementation

final void Function(String groupId, String? groupName)?
onUserRemovedFromGroup;