Androz2091 / insta.js

💬 Object-oriented library for sending and receiving messages via Instagram
138 stars 42 forks source link

Add isFollowing in the user properties (Suggestion) #16

Open JaquelineQC opened 4 years ago

JaquelineQC commented 4 years ago

It could be helpful to add isFollowing in the user properties

Androz2091 commented 4 years ago

isFollowing the client?

TommyQC commented 4 years ago

isFollowing the client?

yes

Mr-KayJayDee commented 4 years ago

Or maybe isFollowing(userOne, userTwo) check if the userOne is following userTwo ?

TommyQC commented 4 years ago

Or maybe isFollowing(userOne, userTwo) check if the userOne is following userTwo ?

this could be better use of this function

Androz2091 commented 4 years ago

Yes I think it's better because to be sure that the list of the followers of a user is up-to-date we need to make a request to Instagram, and it won't work with a getter.