INPUT_OBJECT

UpdateCheerPartnerSettingsChatMessageInput

Partner settings related to chat messages with bits.

link GraphQL Schema definition

1input UpdateCheerPartnerSettingsChatMessageInput {
4
2# The setting that controls if the user has project v enabled on their channel.
3isOptedOutOfProjectV: Boolean
8
5# The minimnm setting that controls the minimum bits that must be part of a cheer
6# emote.
7minBitsPerEmote: Int
12
9# The minimum setting that controls the minimum amount a user must cheer in the
10# channel.
11minBitsToCheer: Int
13}