You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get Live data of match using request_matchdetails? It returns me /n if i request live match info.
If i request match which already ended, it shows all info about it.
And second question how to use method : request_matches() It tried to insert args (Skill,game_mode and etc) from source,but its also returns nothing. Any help please :(
The text was updated successfully, but these errors were encountered:
It is how the games are displayed in the WATCH category in the client. This method displays at max 100 games if you call it like that: request_top_source_tv_games(start_game=90). There should be a way to display friend lobbies (like in client) or specific lobbies because the message accepts a lobby_ids array parameter. However finding a lobby_id for a specific running game is not easy.
Hello.
Is it possible to get Live data of match using request_matchdetails? It returns me /n if i request live match info.
If i request match which already ended, it shows all info about it.
And second question how to use method : request_matches() It tried to insert args (Skill,game_mode and etc) from source,but its also returns nothing. Any help please :(
The text was updated successfully, but these errors were encountered: