pub fn parse_quick_invite_link(link: &str) -> Option<(String, String)>Expand description
Parse a quick invite link URL into (friend_code, token).
Supported formats:
https://s.team/p/{friend_code}/{token}https://steamcommunity.com/user/{friend_code}/{token}{friend_code}/{token}(just the path)
Returns None if the link format is invalid.