OBJECT

UpdateBitsBadgeTiersPayload

Results of bits badge tier updates.

link GraphQL Schema definition

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