const user = await ig.user.searchExact("cristiano");
console.log(user.follower_count) // undefined
Same thing here.
Everything searchExact returns is what instagram returns. So instagram doesn't return the follower-count anymore. This isn't an issue with this library.
You can still use ig.user.info(userId) to get it.
would be nice to update the types to correctly reflect that its been removed from IGs response
Most helpful comment
Everything searchExact returns is what instagram returns. So instagram doesn't return the follower-count anymore. This isn't an issue with this library.
You can still use ig.user.info(userId) to get it.