cookie Posted June 15, 2016 Report Posted June 15, 2016 Hello, Is it possible to retrieve list of pending friend requests instead of listening to friendRelationship which will be emit once per invite? Quote
Dr. McKay Posted June 15, 2016 Report Posted June 15, 2016 Check each SteamID in the myFriends property. If the value is EFriendRelationship.RequestRecipient, then they're a pending friend request. Quote
cookie Posted June 15, 2016 Author Report Posted June 15, 2016 (edited) Check each SteamID in the myFriends property. If the value is EFriendRelationship.RequestRecipient, then they're a pending friend request. What about the people that I ignored? it doesn't seem to be in that list sadly, Any workaround to retrieve a list of ignored friends requests? Edited June 15, 2016 by cookie Quote
Dr. McKay Posted June 15, 2016 Report Posted June 15, 2016 There's no such thing as an "ignored friend request". Once you ignore a friend request, the friend request is fully deleted from Steam. If you want a record of people who have added you that you've ignored, you'll need to keep it yourself. You could use nicknames for this perhaps (although I don't think nicknames are implemented in steam-user yet). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.