Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 911 forks source link

Leave Groups #786

Open chridavi3 opened 9 years ago

chridavi3 commented 9 years ago

Hello, I was hoping for a way to leave groups. I do not see one in Bot.SteamFriends, though.

Thanks!

scholtzm commented 9 years ago

SteamBot contains custom methods for this.

You can try DeclineGroupInvite. If this does not work, then you would have to implement that by hand.

edit. I was curious about this so I looked into it but apparently if you try to leave a group, Steam will redirect you to your group list. Basically, you'll need to do a web API call which should be fairly trivial to implement.