{}
The display name of the subscribing user.
displayName: string
Whether the subscription was "paid" for with Twitch Prime.
isPrime: boolean
The message that was sent with the subscription.
message?: string
The number of total months of subscriptions for the channel.
months: number
The plan ID of the subscription.
plan: string
The plan name of the subscription.
planName: string
The number of consecutive months of subscriptions for the channel.
streak?: number
The user ID of the subscribing user.
userId: string
Properties
plan
Type: string
The plan ID of the subscription.
Tier 1, 2, 3 are '1000', '2000', '3000' respectively, and a Twitch Prime subscription is called 'Prime'.
streak
Type: ?number
The number of consecutive months of subscriptions for the channel.
Will not be sent if the user resubscribing does not choose to.