Skip to content

Commit c4a2055

Browse files
committed
add puuid field to spectator response
1 parent e61ed3b commit c4a2055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

riot/lol/model.go

+1
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ type CurrentGameParticipant struct {
604604
Spell1ID int `json:"spell1Id"`
605605
TeamID int `json:"teamId"`
606606
SummonerID string `json:"summonerId"`
607+
PUUID string `json:"puuid"`
607608
}
608609

609610
// GetChampion returns the champion played by this participant

0 commit comments

Comments
 (0)