OBJECT

CheerPartnerChatMessageSettings

Bits partner settings associated with the chat message.

link GraphQL Schema definition

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