OBJECT

CheerPartnerBadgeSettings

Bits partner settings associated with the badges.

link GraphQL Schema definition

1type CheerPartnerBadgeSettings {
2
3# Whether or not the broadcaster is enabled to upload bits badge tier emote
4# rewards.
5canUploadBadgeTierEmoticons: Boolean
6
7# A list of tiers, starting from 1 bit to as high as 5,000,000 bits.
8tiers: [BitsBadgeTier!]!
9
10}