OBJECT

EmoteBitsBadgeTierSummarySelfEdge

The Bits Badge Tier Summary data that is user-dependent.

link GraphQL Schema definition

1type EmoteBitsBadgeTierSummarySelfEdge {
2
3# Is true if the user has unlocked this emote.
4isUnlocked: Boolean!
5
6# The number of bits that this user must use in order to unlock this emote. 0 if
7# already unlocked.
8numberOfBitsUntilUnlock: Int!
9
10}