INPUT_OBJECT

UnlockChosenModifiedSubscriberEmoteInput

Input for unlocking a chosen modified subscriber emote with Community Points.

link GraphQL Schema definition

1input UnlockChosenModifiedSubscriberEmoteInput {
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 modified emote to unlock.
9emoteID: ID!
13
11# Client-set identifier for the transaction. This ID should be universally unique.
12transactionID: ID!
14}