OBJECT
DashboardActivityFeedActivityAutoHosting
When a user AutoHosts a channel.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityAutoHosting implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # User/Channel who is now AutoHosting the channel. 7 : User 8 9 # Unique identifier for this AutoHosting action. 10 : ID! 11 12 # When the host initiated the AutoHosting session. 13 : Time! 14 15 # Number of viewers from the host channel. 16 : Int! 17 18 }
link Required by
This element is not required by anyone