OBJECT
EmoteBitsBadgeTierSummary
Bits Badges Tier metadata for emotes.
link GraphQL Schema definition
1 type EmoteBitsBadgeTierSummary { 2 3 # The Bits Badge Tier Summary data that is user-dependent. 4 : EmoteBitsBadgeTierSummarySelfEdge 5 6 # The amount of bits any user must cheer to achieve this tier. 7 : Int! 8 9 }