INPUT_OBJECT

UpdateCheerPartnerSettingsRecentCheerInput

Partner settings related to the recent cheer message.

link GraphQL Schema definition

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