We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070989d commit e8f71c4Copy full SHA for e8f71c4
instruqt/webhook.go
@@ -17,6 +17,8 @@ type WebhookEvent struct {
17
TrackId string `json:"track_id"` // ID of the track related to the event
18
TrackSlug string `json:"track_slug"` // Slug identifier for the track
19
ParticipantId string `json:"participant_id"` // ID of the participant
20
+ IsDeveloperPlay bool `json:"is_developer_play"` // Whether it is a developer or normal play
21
+ Pooled bool `json:"pooled"` // Whether the track was pooled
22
UserId string `json:"user_id"` // ID of the user who triggered the event
23
InviteId string `json:"invite_id"` // ID of the invite associated with the event
24
ClaimId string `json:"claim_id"` // Claim ID associated with the event
0 commit comments