unfollow

unfollow - unfollow a user

Method signature:

async (fid: number): Promise<boolean> 
  • fid: fid of the user to follow

  • returns true if the user was unfollowed false if there was an error

Last updated