twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks

ChatSubGiftUpgradeInfo

Information about a subscription that was upgraded from a gift.

{
The display name of the subscribing user.
displayName: string
The name of the user that gifted the original subscription.
gifter: string
The display name of the user that gifted the original subscription.
The plan ID of the subscription.
plan: string
The user ID of the subscribing user.
userId: string
}

Properties

displayName

Type: string

The display name of the subscribing user.

gifter

Type: string

The name of the user that gifted the original subscription.

gifterDisplayName

Type: string

The display name of the user that gifted the original subscription.

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'.

userId

Type: string

The user ID of the subscribing user.