Skip to content

Commit 015b4b7

Browse files
committed
Add RenewalSkuIDs to Subscription
discord/discord-api-docs#7304
1 parent fe3e043 commit 015b4b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/subscription.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ type Subscription struct {
1111
UserID snowflake.ID `json:"user_id"`
1212
SkuIDs []snowflake.ID `json:"sku_ids"`
1313
EntitlementIDs []snowflake.ID `json:"entitlement_ids"`
14+
RenewalSkuIDs []snowflake.ID `json:"renewal_sku_ids"`
1415
CurrentPeriodStart time.Time `json:"current_period_start"`
1516
CurrentPeriodEnd time.Time `json:"current_period_end"`
1617
Status SubscriptionStatus `json:"status"`

0 commit comments

Comments
 (0)