/// <summary> /// Opens the specified Steam group chat room in the Steam UI. /// </summary> /// <param name="clanid"></param> public static void OpenClanChatWindowInSteam(SteamId clanid) => Internal.OpenClanChatWindowInSteam(clanid);