Skip to content

Commit

Permalink
Merge pull request #112 from jackmcguire1/nick/helix-eventsub
Browse files Browse the repository at this point in the history
HOTFIX: EventSub pagination
  • Loading branch information
nicklaw5 committed Jul 26, 2021
2 parents 1ea4433 + 0c4e5e1 commit 343474f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eventsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ type EventSubSubscriptionsResponse struct {
// Parameter for filtering subscriptions, currently only the status is filterable
type EventSubSubscriptionsParams struct {
Status string `query:"status"`
Type string `query:"type"`
After string `query:"after"`
}

// Parameter for removing a subscription.
Expand Down

0 comments on commit 343474f

Please sign in to comment.