INPUT_OBJECT

UpdateCheerPartnerSettingsInput

Mutation input for updating Bits partner channel settings.

link GraphQL Schema definition

1input UpdateCheerPartnerSettingsInput {
4
2# Partner settings related to chat badges with bits.
3badges: UpdateCheerPartnerSettingsBadgesInput
7
5# Partner settings related to chat messages with bits.
6chatMessage: UpdateCheerPartnerSettingsChatMessageInput
10
8# Partner settings related to cheer bomb events.
9cheerBombEvent: UpdateCheerPartnerSettingsCheerBombInput
13
11# Partner settings related to the custom cheermote prefix.
12customPrefix: UpdateCheerPartnerSettingsCustomPrefixInput
16
14# Whether to onboard or offboard the user with bits.
15isOnboarded: Boolean
19
17# Partner settings related to the bits leaderboard.
18leaderboard: UpdateCheerPartnerSettingsLeaderboardInput
22
20# Partner settings related to the recent cheer message.
21recentCheer: UpdateCheerPartnerSettingsRecentCheerInput
25
23# Partner settings related to sponsored cheermote campaigns.
24sponsoredCheermote: UpdateCheerPartnerSettingsSponsoredCheermoteInput
28
26# The user ID to update channel settings.
27userID: ID!
29}