ENUM

HypeTrainParticipationSource

The Hype Train participation source that denotes the commerce types that can occur.

link GraphQL Schema definition

1enum HypeTrainParticipationSource {
2
3# Bits source, like cheering.
4BITS
5
6# Subs source, like subbing to twitch.tv/michael on stream.
7SUBS
8
9# An unknown source.
10UNKNOWN
11}