Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.02 KB

File metadata and controls

15 lines (11 loc) · 1.02 KB

InlineResponse2009

Properties

Name Type Description Notes
leaver_status object Integer describing whether or not the player left the game. 0: didn't leave. 1: left safely. 2+: Abandoned [optional]
game_mode object Integer corresponding to game mode played. List of constants can be found here: https://github.com/odota/dotaconstants/blob/master/json/game_mode.json [optional]
lobby_type object Integer corresponding to lobby type of match. List of constants can be found here: https://github.com/odota/dotaconstants/blob/master/json/lobby_type.json [optional]
lane_role object lane_role [optional]
region object Integer corresponding to the region the game was played on [optional]
patch object patch [optional]

[Back to Model list] [Back to API list] [Back to README]