OBJECT

DashboardActivityFeedActivityHypeTrainEvent

When a HypeTrain event occurs for the given user.

link GraphQL Schema definition

1type DashboardActivityFeedActivityHypeTrainEvent implements DashboardActivityFeedActivity {
2
3# Status of the corresponding alert.
4alertStatus: DashboardActivityFeedActivityAlertStatus
5
6# The highest level completed on this HypeTrain.
7completedLevel: Int
8
9# Unique identifier of the Hype Train.
10hypeTrainID: ID!
11
12# Unique identifier for this HypeTrain event.
13id: ID!
14
15# When this HypeTrain event occurred.
16timestamp: Time!
17
18# The total amount of Bits contributed on this HypeTrain.
19totalBitsAmount: Int
20
21# The total count of subs and sub gifts contributed on this HypeTrain.
22totalSubsCount: Int
23
24# The type of this HypeTrain event.
25type: HypeTrainEventType!
26
27}

link Required by

This element is not required by anyone