OBJECT

EmoteBitsBadgeTierSummary

Bits Badges Tier metadata for emotes.

link GraphQL Schema definition

1type EmoteBitsBadgeTierSummary {
2
3# The Bits Badge Tier Summary data that is user-dependent.
4self: EmoteBitsBadgeTierSummarySelfEdge
5
6# The amount of bits any user must cheer to achieve this tier.
7threshold: Int!
8
9}

link Required by