Callback, called when an User identified by the provided UserId is removed from the specified Chat.
Future<void> Function(ChatId id, UserId userId)? onMemberRemoved;