INPUT_OBJECT
UpdateCheerPartnerSettingsChatMessageInput
Partner settings related to chat messages with bits.
link GraphQL Schema definition
1 input UpdateCheerPartnerSettingsChatMessageInput { 4 2 # The setting that controls if the user has project v enabled on their channel. 3 : Boolean 8 5 # The minimnm setting that controls the minimum bits that must be part of a cheer 6 # emote. 7 : Int 12 9 # The minimum setting that controls the minimum amount a user must cheer in the 10 # channel. 11 : Int 13 }