Iโm working on creating a custom lobby in Dota 2 and sending invites to a list of Dota 2 players programmatically. Iโm using this library: https://dota2.readthedocs.io/en/stable/index.html, which utilizes the Steam API for matchmaking (ISteamMatchmaking.CreateLobby) under the hood. https://partner.steamgames.com/doc/api/ISteamMatchmaking#CreateLobby Could someone guide me or share a simple Python script that demonstrates how to create a lobby […]