OBJECT
UpdateBitsBadgeTiersPayload
Results of bits badge tier updates.
link GraphQL Schema definition
1 type UpdateBitsBadgeTiersPayload { 2 3 # Whether or not the broadcaster is enabled to upload bits badge tier emote 4 # rewards. 5 : Boolean 6 7 # Service error, if any. 8 : UpdateBitsBadgeTiersError 9 10 # Updated bits badge tiers. 11 : [BitsBadgeTier!] 12 13 }