Looking for how to get league info by id (or list)
On1x opened this issue · 0 comments
On1x commented
Search any example for it (there is no official API, ValveSoftware/Dota2-Gameplay#13823 old method not working now).
Found CMsgDOTALeague
struct with league url, etc...
https://git.codeproxy.net/paralin/go-dota2/blob/master/protocol/dota_gcmessages_common_league.proto#L107
But can not find any method to request league info by id.
Please give me some advice on where to dig :)