Skip to content

Commit

Permalink
Merge pull request nicklaw5#139 from ZipFile/eventsub-user-id-param
Browse files Browse the repository at this point in the history
Add UserID field to EventSubSubscriptionsParams
  • Loading branch information
nicklaw5 authored Aug 6, 2022
2 parents aaafb4f + 3e34a22 commit a9a2a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eventsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ type EventSubSubscriptionsResponse struct {
type EventSubSubscriptionsParams struct {
Status string `query:"status"`
Type string `query:"type"`
UserID string `query:"user_id"`
After string `query:"after"`
}

Expand Down

0 comments on commit a9a2a01

Please sign in to comment.