This node provides Twitch subscription information from a TwitchInterface.
Note that all outputs are generated on a new Twitch chat message, and will not display any information when connected to a display node.
OnSubscription (Call)
Fires on receiving a new Twitch subscription event.
UserId (String)
Outputs the Twitch Channel ID of the subscriber.
DisplayName (String)
Outputs the Twitch username of the subscriber.
Message (String)
Outputs the contents of the message as a text string.
Months (Int)
Shows how many months the subscriber has subscribed for.
Plan (SubscriptionPlan)
Shows the subscription plan type as a custom constant type called SubscriptionPlan.
IsResub (Bool)
Shows if the subscription is a re-subscription.
IsGifted (Bool)
Shows if the subscription was gifted from another Twitch user.
GiftedBy (String)
Shows the name of the Twitch user who gifted the subscription, if gifted.
IsAnonymous (Bool)
Shows if the subscription was gifted from an anonymous Twitch user.