Overview
Properties
Methods
Properties
giftRedeemedMonth
Type: number | null
The number of the month out of the total gift duration that was just redeemed,
or null
if the subscription is not a continuation of a multi-month subscription.
originalGiftDuration
Type: number | null
The total duration of the current multi-month subscription,
or null
if the subscription is not a continuation of a multi-month subscription.
originalGifterDisplayName
Type: string | null
The display name of the user who originally gifted the current multi-month subscription,
or null
if they were anonymous or the subscription is not a continuation of a multi-month subscription.
originalGifterId
Type: string | null
The ID of the user who originally gifted the current multi-month subscription,
or null
if they were anonymous or the subscription is not a continuation of a multi-month subscription.
originalGifterName
Type: string | null
The name of the user who originally gifted the current multi-month subscription,
or null
if they were anonymous or the subscription is not a continuation of a multi-month subscription.
streak
Type: number | null
The number of consecutive months of subscriptions for the channel,
or null
if the user resubscribing does not choose to share that information.
wasAnonymousGift
Type: boolean
Whether the announced subscription is a continuation of a previously anonymously gifter multi-month subscription.
wasGift
Type: boolean
Whether the announced subscription is a continuation of a previously gifted multi-month subscription.