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
GetRaidLobbyCounterOutProto {
result Result.SUCCESS:1
raid_lobbies { // no active lobby
gym_id "45a76c2b88ba4529a2f9379de6f88d30.16"
}
raid_lobbies {
gym_id "00f9208d76a86794b2178181c304e41d.11"
player_count 1
lobby_join_until_ms 1682090628489
}
}
This will require two new DB fields: lobby_count and lobby_join_end (names TBD) and two new webhook fields. If there's no active lobby, the fields should be null.
The text was updated successfully, but these errors were encountered:
Mygod
added a commit
to Mygod/Golbat
that referenced
this issue
Jun 26, 2023
This is a new message allowing to bulk request raid lobby counts.
Messages
Example response
This will require two new DB fields:
lobby_count
andlobby_join_end
(names TBD) and two new webhook fields. If there's no active lobby, the fields should benull
.The text was updated successfully, but these errors were encountered: