ENUM
CheermoteType
CheermoteType is the kind of cheermore (custom vs 1st- or 3rd-party global).
link GraphQL Schema definition
1 enum CheermoteType { 2 3 #   The type for the generic "Cheer" action. 4 5 6 #   Custom Channel Cheermotes. 7 8 9 #   Sponsored Cheermotes. 10 11 12 #   Charity Cheermotes. 13 14 15 #   First Party Cheermotes, like Kappa and BibleThump. 16 17 18 #   Third Party Cheermotes, like Muxy and BitBoss. 19 20 21 #   Cheermotes for display only. The cannot be cheered, but will be rendered in  22 #   Chat. 23 24 25 #   The type for the anonymous cheer action. 26 27 28 #   Unknown cheermote type, we only return this if we get a bad cheermote, 29 #   we decided this is better than erroring the whole response, the front end should  30 #   treat this the same as DISPLAY_ONLY. 31 32 } 
              link Required by
- CheerInfoCheerInfo is the channel-specific bits/cheer settings and current state.
 - CheermoteCheermote is the metadata about different variations of a single cheermote that can be use to cheer in this channel.
 - CheermoteDisplayConfigThe CheermoteDisplayConfig provides information about how Cheermotes can be displayed This includes things like the possible sizes, colors, backgrounds, and display order.