Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubGiftReceivedEvent

Emitted when a viewer receives a subscription.

If a viewer offers 10 subscriptions at once, there will be 1 sub-gift event and 10 sub-gift-received events.

Hierarchy

  • SubGiftReceivedEvent

Index

Properties

gifterId?: string

Can be undefined if it is an anonymous gift.

gifterName?: string

Can be undefined if it is an anonymous gift.

recipientId: string
recipientName: string
tier: "1000" | "2000" | "3000"

Prime subs are considered a tier "1000".

type: "sub-gift-received"

Generated using TypeDoc