OBJECT
CheerPartnerRecentCheerSettings
Bits partner settings associated with recent cheers.
link GraphQL Schema definition
1 type CheerPartnerRecentCheerSettings { 2 3 # Flag that when true pins the recent cheer to their channel. 4 : Boolean! 5 6 # The minimum bits a user must cheer to show their cheer on the chat header. 7 : Int! 8 9 # The amount of time a recent cheer is shown before being dismissed. 10 : Int! 11 12 }