INPUT_OBJECT

UnlockChosenSubscriberEmoteInput

Input for unlocking a chosen subscriber emote with Community Points.

link GraphQL Schema definition

1input UnlockChosenSubscriberEmoteInput {
4
2# The channel the emote is being redeemed on.
3channelID: ID!
7
5# The client's perception of the reward's cost.
6cost: Int!
10
8# The emote to unlock.
9emoteID: ID!
13
11# Client-set identifier for the transaction. This ID should be universally unique.
12transactionID: ID!
14}