Shared Sub Gift
Triggered When a User Gifts a Subscription in a Shared Chat
EventSub
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
anonymous | boolean | Returns whether or not the sub was gifted anonymously |
cumulativeMonths | number | The amount of months the recipient has been subscribed to the channel Example: 2 |
fromGiftBomb | boolean | Is this from a gift bomb? |
monthsGifted | number | The number of prepaid months that the user has gifted Example: 6 |
recipientId | string | The recipient user's ID |
recipientUser | string | The recipient user's display name Example: TwitchUser123 |
recipientUserName | string | The recipient user's login name Example: twitchuser123 |
subBombCount | number | The amount of gift subs in the gift bomb |
tier | string | The subscription tier Example: tier 1 |
totalSubsGifted | number | The total amount of subscriptions that the user has gifted Example: 24 |