INPUT_OBJECT

AssignEmoteToBitsTierInput

The input for assign emote to bits tier.

link GraphQL Schema definition

1input AssignEmoteToBitsTierInput {
4
2# ID of the channel that owns the bits tier.
3channelID: ID!
7
5# ID of the emote to be assigned.
6emoteID: ID!
10
8# Threshold of the bits tier to assign the emote to.
9tierThreshold: Int!
11}