INPUT_OBJECT

UpdateCheermoteTierInput

The data needed to update or create a broadcaster's custom cheermotes for a given tier.

link GraphQL Schema definition

1input UpdateCheermoteTierInput {
4
2# A list containing the image IDs for all assets needed for the cheermote tier.
3imageAssets: [EmoteImageAssetInput!]!
7
5# The cheermote tier that should be updated.
6tierThreshold: CheermoteTierThreshold!
10
8# The user whose cheermotes are being updated.
9userID: ID!
11}