OBJECT

CheerPartnerRecentCheerSettings

Bits partner settings associated with recent cheers.

link GraphQL Schema definition

1type CheerPartnerRecentCheerSettings {
2
3# Flag that when true pins the recent cheer to their channel.
4canPin: Boolean!
5
6# The minimum bits a user must cheer to show their cheer on the chat header.
7minimumBits: Int!
8
9# The amount of time a recent cheer is shown before being dismissed.
10timeoutMilliseconds: Int!
11
12}