OBJECT
DashboardActivityFeedActivitySubscribing
When a user subscribes for the first time (NOT via Twitch Prime) to a channel.
link GraphQL Schema definition
1 type DashboardActivityFeedActivitySubscribing implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # Unique identifier for the act of subscribing. 7 : ID! 8 9 # Duration of the multi month subscription. 10 : Int! 11 12 # Tenure of the user's current multi month subscription. 13 : Int! 14 15 # User who made the subscription. 16 : User 17 18 # Subscription tier. 19 : SubscriptionTier! 20 21 # When the subscription was made. 22 : Time! 23 24 }
link Required by
This element is not required by anyone