We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56f337a + 6513f47 commit eaa8da1Copy full SHA for eaa8da1
payloads/v1/webhooks.ts
@@ -56,6 +56,7 @@ export interface SubscriptionRenewalEvent {
56
subscriber: WebhookUser;
57
duration: number;
58
created_at: string;
59
+ expires_at: string;
60
}
61
62
export interface SubscriptionGiftEvent {
@@ -65,6 +66,7 @@ export interface SubscriptionGiftEvent {
65
66
gifter: WebhookUser;
67
giftees: WebhookUser[];
68
69
70
71
72
export interface NewSubscriptionEvent {
@@ -74,6 +76,7 @@ export interface NewSubscriptionEvent {
74
76
75
77
78
79
80
81
82
export interface LivestreamStatusUpdatedEvent {
0 commit comments