INPUT_OBJECT

UnlockRandomSubscriberEmoteInput

Input for unlocking a random subscriber emote with Community Points.

link GraphQL Schema definition

1input UnlockRandomSubscriberEmoteInput {
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# Client-set identifier for the transaction. This ID should be universally unique.
9transactionID: ID!
11}