OBJECT

CheerPartnerCustomPrefixSettings

Bits partner settings for custom cheermote prefix.

link GraphQL Schema definition

1type CheerPartnerCustomPrefixSettings {
2
3# Flag that is set if the user has the custom cheermote prefix enabled.
4isEnabled: Boolean!
5
6# The prefix string that is used in their channel for their custom cheermote.
7prefix: String!
8
9# The custom prefix images that have been uploaded by the user.
10tiers: [CheermoteTier!]
11
12}